Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H A Diproxy_client.h142 SvcIdentity SAMGR_GetRemoteIdentity(const char *service, const char *feature);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp76 g_svcIdentity = SAMGR_GetRemoteIdentity(DEVICE_MANAGER_SERVICE_NAME, nullptr); in RegisterServerDeathCb()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp136 bdsSvcIdentity_ = SAMGR_GetRemoteIdentity(BDS_SERVICE, nullptr); in Initialize()
167 client->bdsSvcIdentity_ = SAMGR_GetRemoteIdentity(BDS_SERVICE, nullptr); in RegisterDeathCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp177 SvcIdentity sid = SAMGR_GetRemoteIdentity(BMS_SERVICE, BMS_INNER_FEATURE); in RunAsInstallCommand()
219 SvcIdentity sid = SAMGR_GetRemoteIdentity(BMS_SERVICE, BMS_INNER_FEATURE); in RunAsUninstallCommand()
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c42 SvcIdentity svcIdentity = SAMGR_GetRemoteIdentity(IPC_TEST_SERVICE, NULL); in AddDeathCallback()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c174 g_svcIdentity = SAMGR_GetRemoteIdentity(SOFTBUS_SERVICE, NULL); in RegisterServerDeathCb()
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client.cpp132 svc_ = SAMGR_GetRemoteIdentity(AI_SERVICE, nullptr); in Init()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.c89 SvcIdentity SAMGR_GetRemoteIdentity(const char *service, const char *feature) in SAMGR_GetRemoteIdentity() function
H A Ddefault_client_rpc.c83 SvcIdentity SAMGR_GetRemoteIdentity(const char *service, const char *feature) in SAMGR_GetRemoteIdentity() function
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy_lite.cpp191 svcIdentity_ = SAMGR_GetRemoteIdentity(WIFI_SERVICE_LITE, WIFI_FEATRUE_SCAN); in Init()
H A Dwifi_device_proxy_lite.cpp349 svcIdentity_ = SAMGR_GetRemoteIdentity(WIFI_SERVICE_LITE, WIFI_FEATURE_DEVICE); in Init()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp132 svcIdentity_ = SAMGR_GetRemoteIdentity(DHCP_SERVICE_LITE, DHCP_FEATRUE_SERVER); in Init()