Home
last modified time | relevance | path

Searched refs:sid (Results 26 - 50 of 60) sorted by relevance

123

/foundation/communication/ipc/ipc/test/rpc/include/
H A Drpc_mini_samgr.h26 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid);
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dabilityms_client.h38 int ScheduleAms(const Want *want, uint64_t token, const SvcIdentity *sid, int commandType) const;
H A Dability_service_manager.h31 SvcIdentity *sid; member
/foundation/multimedia/media_lite/services/player_lite/server/include/
H A Dplayer_server.h26 PalyerCallbackImpl(SvcIdentity &sid) : sid_(sid) {} in PalyerCallbackImpl() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy_lite.cpp26 DhcpClientCallbackProxy::DhcpClientCallbackProxy(SvcIdentity *sid) : sid_(*sid) in DhcpClientCallbackProxy() argument
/foundation/ai/ai_engine/services/server/communication_adapter/include/
H A Dadapter_wrapper.h112 * @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 Dwifi_scan_callback_proxy.h30 explicit WifiScanCallbackProxy(SvcIdentity *sid);
H A Dwifi_scan_stub_lite.cpp247 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 Dwifi_device_callback_proxy.h31 explicit WifiDeviceCallBackProxy(SvcIdentity *sid);
H A Dwifi_device_callback_proxy_lite.cpp28 WifiDeviceCallBackProxy::WifiDeviceCallBackProxy(SvcIdentity *sid) : sid_(*sid) in WifiDeviceCallBackProxy() argument
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_callback_proxy.h35 explicit DhcpClientCallbackProxy(SvcIdentity *sid);
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_callback_proxy.h31 explicit DhcpServerCallbackProxy(SvcIdentity *sid);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_feature.cpp253 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 Dpage_ability_record.cpp42 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 Dbuffer_client_producer.h34 * @param [in] SvcIdentity sid, Surface consumer sid, for sending ipc request.
36 explicit BufferClientProducer(const SvcIdentity& sid);
H A Dbuffer_client_producer.cpp26 BufferClientProducer::BufferClientProducer(const SvcIdentity& sid) : sid_(sid) in BufferClientProducer() argument
/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_server.h44 void OnCameraStatusChange(int32_t ret, SvcIdentity *sid);
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.h28 SvcIdentity sid; member
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp264 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 Ddhcp_server_stub_lite.cpp90 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 Dcommand_parser.cpp177 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 Dsurface_impl.h36 * @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 Dsa_server.c417 SvcIdentity sid; in InvokeRegisterCallback() local
418 bool ret = ReadRemoteObject(req, &sid); in InvokeRegisterCallback()
429 retCode = RegisterCallbackWrapper(&clientInfo, &sid); in InvokeRegisterCallback()
H A Dadapter_wrapper.cpp268 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 Dprocess_skeleton.h38 std::string sid; member

Completed in 13 milliseconds

123