Home
last modified time | relevance | path

Searched defs:sid (Results 1 - 25 of 41) sorted by relevance

12

/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.h28 SvcIdentity sid; member
H A Dlite_win.h46 void SetSid(const SvcIdentity& sid) in SetSid() argument
/foundation/ability/ability_lite/interfaces/kits/want_lite/
H A Dwant.h67 SvcIdentity *sid; member
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
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/multimedia/media_lite/services/recorder_lite/server/include/
H A Drecorder_service.h48 RecorderCallbackClient(SvcIdentity *sid) : sid_(*sid) {} in RecorderCallbackClient() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_callback_proxy_lite.cpp27 WifiScanCallbackProxy::WifiScanCallbackProxy(SvcIdentity *sid) : sid_(*sid) in WifiScanCallbackProxy() 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
H A Ddhcp_client_stub_lite.cpp94 SvcIdentity sid; in OnRegisterCallBack() local
120 SvcIdentity sid; in OnStartDhcpClient() local
145 SvcIdentity sid; in OnSetConfiguration() local
169 SvcIdentity sid; in OnStopDhcpClient() local
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dabilityms_client.cpp74 int AbilityMsClient::ScheduleAms(const Want *want, uint64_t token, const SvcIdentity *sid, int commandType) const in ScheduleAms() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp26 DhcpServerCallbackProxy::DhcpServerCallbackProxy(SvcIdentity *sid) : sid_(*sid) in DhcpServerCallbackProxy() argument
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_mini_samgr.c32 SvcIdentity *sid; member
47 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
95 SvcIdentity sid; AddRemoteSystemAbility() local
118 SvcIdentity sid; GetRemoteSystemAbility() local
[all...]
H A Drpc_samgr.c29 SvcIdentity *sid; member
41 static int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
60 static int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
77 AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) AddRemoteSystemAbility() argument
93 GetRemoteSystemAbility(IpcIo *data, SvcIdentity *sid) GetRemoteSystemAbility() argument
122 SvcIdentity sid; RemoteRequest() local
130 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
140 SvcIdentity sid; RemoteRequest() local
148 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
[all...]
/foundation/communication/ipc/ipc/test/ipc/samgr/
H A Dsamgr.c29 SvcIdentity *sid; member
34 static int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
50 static int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
75 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
87 SvcIdentity sid; RemoteRequest() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy_lite.cpp28 WifiDeviceCallBackProxy::WifiDeviceCallBackProxy(SvcIdentity *sid) : sid_(*sid) in WifiDeviceCallBackProxy() argument
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dadapter_wrapper.cpp268 int RegisterCallbackWrapper(const ClientInfo *clientInfo, SvcIdentity *sid) in RegisterCallbackWrapper() argument
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp264 ScreenId sid = 12; in HWTEST_F() local
/foundation/communication/ipc/ipc/test/rpc/client/
H A Drpc_client.c53 static void RpcClientTestOne(SvcIdentity sid, MessageOption option) in RpcClientTestOne() argument
76 static void RpcClientTestTwo(SvcIdentity sid, MessageOption option) in RpcClientTestTwo() argument
128 SvcIdentity sid; in main() local
[all...]
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c39 SvcIdentity sid; in AddDeathCallback() local
/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp42 SvcIdentity sid; member
[all...]
/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp28 SvcIdentity *sid = nullptr; member
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp28 SvcIdentity *sid; member
35 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
53 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
79 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
91 SvcIdentity sid; RemoteRequest() local
[all...]
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h38 std::string sid; member
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp31 SvcIdentity *sid; member
37 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
59 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
76 AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) AddRemoteSystemAbility() argument
92 GetRemoteSystemAbility(IpcIo *data, SvcIdentity *sid) GetRemoteSystemAbility() argument
119 SvcIdentity sid; GetSystemAbilityTransaction() local
129 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); AddRemoteSystemAbilityTransaction() local
153 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
163 SvcIdentity sid; RemoteRequest() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp64 SvcIdentity sid = {0}; in DeathCb() local
125 SvcIdentity sid; in UnRegisterDeviceManagerListener() local
[all...]

Completed in 9 milliseconds

12