/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundlems_client.cpp | 21 BundleMsClient::BundleMsClient(const SvcIdentity &svcIdentity) in BundleMsClient() argument 22 : svcIdentity_(svcIdentity) in BundleMsClient()
|
H A D | bundle_daemon.cpp | 141 SvcIdentity svcIdentity; in RegisterCallbackInvoke() local 142 if (!(ReadRemoteObject(req, &svcIdentity))) { in RegisterCallbackInvoke() 145 BundleDaemon::GetInstance().bundleMsClient_ = new (std::nothrow) BundleMsClient(svcIdentity); in RegisterCallbackInvoke()
|
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_register_listener_req.h | 39 void SetSvcIdentity(SvcIdentity svcIdentity) in SetSvcIdentity() argument 41 svcIdentity_ = svcIdentity; in SetSvcIdentity()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/ |
H A D | ability_thread_client.h | 32 SvcIdentity svcIdentity;
member 38 AbilityThreadClient(uint64_t token, pid_t callingPid, const SvcIdentity &svcIdentity, OnRemoteDead handler);
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | client_listener_handler.cpp | 77 SvcIdentity *svcIdentity = adapter_->GetEngineListener(); in OneAction() local 78 if (svcIdentity == nullptr) { in OneAction() 87 int32_t retCode = SendRequest(*svcIdentity, ON_ASYNC_PROCESS_CODE, &io, &reply, option, nullptr); in OneAction()
|
H A D | sa_server_adapter.cpp | 89 void SaServerAdapter::SaveEngineListener(SvcIdentity *svcIdentity) in SaveEngineListener() argument 91 svcIdentity_ = *svcIdentity; in SaveEngineListener()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundlems_client.h | 26 explicit BundleMsClient(const SvcIdentity &svcIdentity);
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 42 SvcIdentity svcIdentity = SAMGR_GetRemoteIdentity(IPC_TEST_SERVICE, NULL); in AddDeathCallback() local 43 int32_t ret = AddDeathRecipient(svcIdentity, ServerDeadCallback, NULL, &cbId); in AddDeathCallback()
|
/foundation/ai/ai_engine/services/server/communication_adapter/include/ |
H A D | sa_server_adapter.h | 43 void SaveEngineListener(SvcIdentity *svcIdentity);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | ability_thread_client.cpp | 36 AbilityThreadClient::AbilityThreadClient(uint64_t token, pid_t pid, const SvcIdentity &svcIdentity,
in AbilityThreadClient() argument 37 OnRemoteDead handler) : token_(token), pid_(pid), svcIdentity_(svcIdentity), deathHandler_(handler)
in AbilityThreadClient() 61 appInfo->svcIdentity = svcIdentity_;
in Initialize()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_ms_feature.cpp | 338 auto svcIdentity = reinterpret_cast<SvcIdentity *>(AdapterMalloc(sizeof(SvcIdentity))); in ChangeInnerCallbackServiceId() local 339 if (svcIdentity == nullptr) { in ChangeInnerCallbackServiceId() 342 *svcIdentity = svc; in ChangeInnerCallbackServiceId() 346 .data = reinterpret_cast<void *>(svcIdentity), in ChangeInnerCallbackServiceId() 351 AdapterFree(svcIdentity); in ChangeInnerCallbackServiceId()
|
H A D | bundle_manager_service.cpp | 79 std::vector<SvcIdentity> svcIdentity = ManagerService::GetInstance().GetServiceId(); in InnerTransact() local 80 if (svcIdentity.empty()) { in InnerTransact() 86 for (const auto& svc : svcIdentity) { in InnerTransact()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 74 SvcIdentity svcIdentity = pReq->GetSvcIdentity(); in ON_IPC_SET_REQUEST() local 78 bool ret = WriteRemoteObject(&request, &svcIdentity); in ON_IPC_SET_REQUEST()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_feature.cpp | 579 ReleaseSvc(appInfo->svcIdentity); in AppDeathNotify()
|