Searched refs:strategy (Results 1 – 12 of 12) sorted by relevance
24 static const struct service_location_strategy strategy = { query }; in standalone_location_strategy() local25 return &strategy; in standalone_location_strategy()
20 static const struct service_location_strategy strategy = { query }; in sp_ts_location_strategy() local21 return &strategy; in sp_ts_location_strategy()
29 static const struct service_location_strategy strategy = { query }; in linux_ts_location_strategy() local30 return &strategy; in linux_ts_location_strategy()
30 void service_locator_register_strategy(const struct service_location_strategy *strategy) in service_locator_register_strategy() argument36 service_locator_instance.strategies[service_locator_instance.num_strategies] = strategy; in service_locator_register_strategy()
101 static const struct service_location_strategy strategy = { query }; in restapi_location_strategy() local103 return &strategy; in restapi_location_strategy()
95 static const struct service_location_strategy strategy = { query }; in mm_communicate_location_strategy() local96 return &strategy; in mm_communicate_location_strategy()
18 void register_strategy(strategy)
56 void service_locator_register_strategy(const struct service_location_strategy *strategy);
22 ./verification-strategy
11 The service helps implementing a flexible logging strategy extending the capabilities introduced by39 The service follows the standard TS test strategy:
20 The branching strategy is built around a "quality" based flow of changes.
149 secure partition, the client service will use the following strategy to locate the service provider:160 concrete strategy objects to implement different methods of locating a service instance. The set o…
Completed in 32 milliseconds