Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 12 of 12) sorted by relevance

/trusted-services/components/service/locator/standalone/
A Dstandalone_location_strategy.cpp24 static const struct service_location_strategy strategy = { query }; in standalone_location_strategy() local
25 return &strategy; in standalone_location_strategy()
/trusted-services/components/service/locator/sp/ffa/
A Dspffa_location_strategy.c20 static const struct service_location_strategy strategy = { query }; in sp_ts_location_strategy() local
21 return &strategy; in sp_ts_location_strategy()
/trusted-services/components/service/locator/linux/ffa/
A Dlinuxffa_location_strategy.c29 static const struct service_location_strategy strategy = { query }; in linux_ts_location_strategy() local
30 return &strategy; in linux_ts_location_strategy()
/trusted-services/components/service/locator/
A Dservice_locator.c30 void service_locator_register_strategy(const struct service_location_strategy *strategy) in service_locator_register_strategy() argument
36 service_locator_instance.strategies[service_locator_instance.num_strategies] = strategy; in service_locator_register_strategy()
/trusted-services/components/service/locator/remote/restapi/
A Drestapi_location_strategy.c101 static const struct service_location_strategy strategy = { query }; in restapi_location_strategy() local
103 return &strategy; in restapi_location_strategy()
/trusted-services/components/service/locator/linux/mm_communicate/
A Dmm_communicate_location_strategy.c95 static const struct service_location_strategy strategy = { query }; in mm_communicate_location_strategy() local
96 return &strategy; in mm_communicate_location_strategy()
/trusted-services/docs/developer/uml/
A DServiceLocationStrategyClassDiagram.puml18 void register_strategy(strategy)
/trusted-services/components/service/locator/interface/
A Dservice_locator.h56 void service_locator_register_strategy(const struct service_location_strategy *strategy);
/trusted-services/docs/project/quality-assurance/
A Dindex.rst22 ./verification-strategy
/trusted-services/docs/services/
A Dlogging-service-description.rst11 The service helps implementing a flexible logging strategy extending the capabilities introduced by
39 The service follows the standard TS test strategy:
/trusted-services/docs/project/
A Dversion_control.rst20 The branching strategy is built around a "quality" based flow of changes.
/trusted-services/docs/developer/
A Dservice-locator.rst149 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