/foundation/communication/ipc/ipc/test/rpc/include/ |
H A D | rpc_mini_samgr.h | 26 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid);
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/ |
H A D | abilityms_client.h | 38 int ScheduleAms(const Want *want, uint64_t token, const SvcIdentity *sid, int commandType) const;
|
H A D | ability_service_manager.h | 31 SvcIdentity *sid;
member
|
/foundation/multimedia/media_lite/services/player_lite/server/include/ |
H A D | player_server.h | 26 PalyerCallbackImpl(SvcIdentity &sid) : sid_(sid) {}
in PalyerCallbackImpl() argument
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy_lite.cpp | 26 DhcpClientCallbackProxy::DhcpClientCallbackProxy(SvcIdentity *sid) : sid_(*sid) in DhcpClientCallbackProxy() argument
|
/foundation/ai/ai_engine/services/server/communication_adapter/include/ |
H A D | adapter_wrapper.h | 112 * @param [in] sid Client async callback SVC handle identity 115 extern int RegisterCallbackWrapper(const ClientInfo *clientInfo, SvcIdentity *sid);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_callback_proxy.h | 30 explicit WifiScanCallbackProxy(SvcIdentity *sid);
|
H A D | wifi_scan_stub_lite.cpp | 247 SvcIdentity sid; in OnRegisterCallBack() local 248 bool readSid = ReadRemoteObject(req, &sid); in OnRegisterCallBack() 256 std::shared_ptr<IWifiScanCallback> callback_ = std::make_shared<WifiScanCallbackProxy>(&sid); in OnRegisterCallBack()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_callback_proxy.h | 31 explicit WifiDeviceCallBackProxy(SvcIdentity *sid);
|
H A D | wifi_device_callback_proxy_lite.cpp | 28 WifiDeviceCallBackProxy::WifiDeviceCallBackProxy(SvcIdentity *sid) : sid_(*sid) in WifiDeviceCallBackProxy() argument
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_callback_proxy.h | 35 explicit DhcpClientCallbackProxy(SvcIdentity *sid);
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_callback_proxy.h | 31 explicit DhcpServerCallbackProxy(SvcIdentity *sid);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_feature.cpp | 253 if (want->sid != nullptr) { in StartAbilityInner() 254 SetWantSvcIdentity(data, *(want->sid)); in StartAbilityInner() 400 if (want->sid != nullptr) { in ConnectAbilityInner() 401 SetWantSvcIdentity(data, *(want->sid)); in ConnectAbilityInner() 531 if (want->sid != nullptr) { in StopAbilityInner() 532 SetWantSvcIdentity(data, *(want->sid)); in StopAbilityInner()
|
H A D | page_ability_record.cpp | 42 if (want.sid != nullptr) {
in PageAbilityRecord() 43 SetWantSvcIdentity(&want_, *(want.sid));
in PageAbilityRecord() 293 AdapterFree(want_.sid);
in ActiveAbility()
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.h | 34 * @param [in] SvcIdentity sid, Surface consumer sid, for sending ipc request. 36 explicit BufferClientProducer(const SvcIdentity& sid);
|
H A D | buffer_client_producer.cpp | 26 BufferClientProducer::BufferClientProducer(const SvcIdentity& sid) : sid_(sid) in BufferClientProducer() argument
|
/foundation/multimedia/camera_lite/services/server/include/ |
H A D | camera_server.h | 44 void OnCameraStatusChange(int32_t ret, SvcIdentity *sid);
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wms.h | 28 SvcIdentity sid; member
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_cutout_controller_test.cpp | 264 ScreenId sid = 12; in HWTEST_F() local 274 absScreen = new AbstractScreen(absScreenController, name, sid, 1); in HWTEST_F() 295 absScreenController->dmsScreenMap_.insert(std::make_pair(sid, absScreen)); in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub_lite.cpp | 90 SvcIdentity sid; in OnRegisterCallBack() local 91 bool readSid = ReadRemoteObject(req, &sid); in OnRegisterCallBack() 99 std::shared_ptr<IDhcpServerCallBack> callback_ = std::make_shared<DhcpServerCallbackProxy>(&sid); in OnRegisterCallBack()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 177 SvcIdentity sid = SAMGR_GetRemoteIdentity(BMS_SERVICE, BMS_INNER_FEATURE); in RunAsInstallCommand() local 196 if (AddDeathRecipient(sid, BmToolDeathNotify, nullptr, &cbId) != ERR_NONE) { in RunAsInstallCommand() 219 SvcIdentity sid = SAMGR_GetRemoteIdentity(BMS_SERVICE, BMS_INNER_FEATURE); in RunAsUninstallCommand() local 230 if (AddDeathRecipient(sid, BmToolDeathNotify, nullptr, &cbId) != ERR_NONE) { in RunAsUninstallCommand()
|
/foundation/graphic/surface_lite/interfaces/innerkits/ |
H A D | surface_impl.h | 36 * @param [in] IpcIo io. Consumer surface sid, ipc sending request param. 230 * @param [in] SvcIdentity. Consumer sid, ipc sending request param. 233 SurfaceImpl(const SvcIdentity& sid);
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server.c | 417 SvcIdentity sid; in InvokeRegisterCallback() local 418 bool ret = ReadRemoteObject(req, &sid); in InvokeRegisterCallback() 429 retCode = RegisterCallbackWrapper(&clientInfo, &sid); in InvokeRegisterCallback()
|
H A D | adapter_wrapper.cpp | 268 int RegisterCallbackWrapper(const ClientInfo *clientInfo, SvcIdentity *sid) in RegisterCallbackWrapper() argument 278 adapter->SaveEngineListener(sid); in RegisterCallbackWrapper()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | process_skeleton.h | 38 std::string sid; member
|