Home
last modified time | relevance | path

Searched refs:query (Results 1 – 17 of 17) sorted by relevance

/trusted-services/components/service/locator/standalone/
A Dstandalone_location_strategy.cpp11 static struct service_context *query(const char *sn) in query() function
14 standalone_service_context *query_result = registry->query(sn); in query()
24 static const struct service_location_strategy strategy = { query }; in standalone_location_strategy()
A Dstandalone_service_registry.h32 standalone_service_context *query(const char *sn);
A Dstandalone_service_registry.cpp54 standalone_service_context *standalone_service_registry::query(const char *sn) in query() function in standalone_service_registry
/trusted-services/components/service/locator/sp/ffa/
A Dspffa_location_strategy.c16 static struct service_context *query(const char *sn);
20 static const struct service_location_strategy strategy = { query }; in sp_ts_location_strategy()
33 static struct service_context *query(const char *sn) in query() function
/trusted-services/components/service/locator/linux/ffa/
A Dlinuxffa_location_strategy.c24 static struct service_context *query(const char *sn);
29 static const struct service_location_strategy strategy = { query }; in linux_ts_location_strategy()
33 static struct service_context *query(const char *sn) in query() function
/trusted-services/docs/developer/uml/
A DServiceLocationStrategyClassDiagram.puml12 {abstract} service_context query(service_name)
19 service_context query(service_name)
A DServiceLocatorClassDiagram.puml27 service_context query(service_name)
/trusted-services/components/service/locator/remote/restapi/
A Drestapi_location_strategy.c75 static struct service_context *query(const char *sn, int *status) in query() function
101 static const struct service_location_strategy strategy = { query }; in restapi_location_strategy()
/trusted-services/components/service/locator/linux/mm_communicate/
A Dmm_communicate_location_strategy.c70 static struct service_context *query(const char *sn) in query() function
95 static const struct service_location_strategy strategy = { query }; in mm_communicate_location_strategy()
/trusted-services/components/service/locator/interface/
A Dservice_locator.h90 struct service_context *(*query)(const char *sn); member
/trusted-services/components/service/uefi/smm_variable/client/cpp/
A Dsmm_variable_client.cpp256 SMM_VARIABLE_COMMUNICATE_QUERY_VARIABLE_INFO *query = in query_variable_info() local
259 query->Attributes = attributes; in query_variable_info()
260 query->MaximumVariableSize = 0; in query_variable_info()
261 query->MaximumVariableStorageSize = 0; in query_variable_info()
262 query->RemainingVariableStorageSize = 0; in query_variable_info()
274 query = (SMM_VARIABLE_COMMUNICATE_QUERY_VARIABLE_INFO *) in query_variable_info()
278 query->MaximumVariableStorageSize; in query_variable_info()
280 query->RemainingVariableStorageSize; in query_variable_info()
281 *max_variable_size = query->MaximumVariableSize; in query_variable_info()
/trusted-services/components/service/locator/
A Dservice_locator.c50 located_context = service_locator_instance.strategies[index]->query(sn); in service_locator_query()
/trusted-services/components/service/fwu/psa_fwu_m/interface/mock/test/
A Dtest_mock_psa_fwu_m.cpp23 TEST(mock_psa_fwu_m, query) in TEST() argument
/trusted-services/components/service/uefi/smm_variable/backend/test/
A Dvariable_store_tests.cpp182 SMM_VARIABLE_COMMUNICATE_QUERY_VARIABLE_INFO query; in TEST_GROUP() local
184 query.MaximumVariableStorageSize = 0; in TEST_GROUP()
185 query.RemainingVariableStorageSize = 0; in TEST_GROUP()
186 query.MaximumVariableSize = 0; in TEST_GROUP()
187 query.Attributes = attributes; in TEST_GROUP()
190 uefi_variable_store_query_variable_info(&m_uefi_variable_store, &query); in TEST_GROUP()
193 *max_variable_storage_size = query.MaximumVariableStorageSize; in TEST_GROUP()
194 *remaining_variable_storage_size = query.RemainingVariableStorageSize; in TEST_GROUP()
195 *max_variable_size = query.MaximumVariableSize; in TEST_GROUP()
/trusted-services/docs/services/fwu/
A Dpsa-fwu-m.rst36 * Differences in the returned details of the image query functions
44 * Convert the image query result returned by FWU-M to FWU-A format. There are similar field, but th…
/trusted-services/docs/services/
A Dattest-service-description.rst182 To verify the authenticity of an attestation report, an external verifier must query
/trusted-services/docs/developer/
A Dservice-access-protocols.rst219 query service version, capabilities, etc.).

Completed in 40 milliseconds