/foundation/communication/dsoftbus/core/discovery/ipc/small/ |
D | disc_client_proxy.c | 26 static int32_t GetSvcIdentityByPkgName(const char *pkgName, SvcIdentity *svc) in GetSvcIdentityByPkgName() 50 SvcIdentity svc = {0}; in ClientIpcOnDeviceFound() local 74 SvcIdentity svc = {0}; in ClientIpcOnDiscoverFailed() local 97 SvcIdentity svc = {0}; in ClientIpcDiscoverySuccess() local 120 SvcIdentity svc = {0}; in ClientIpcOnPublishSuccess() local 144 SvcIdentity svc = {0}; in ClientIpcOnPublishFail() local
|
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
D | bus_center_client_proxy.c | 29 static int32_t GetSvcIdentityByPkgName(const char *pkgName, SvcIdentity *svc) in GetSvcIdentityByPkgName() 42 static int32_t GetAllClientIdentity(SvcIdentity *svc, int num) in GetAllClientIdentity() 85 SvcIdentity svc = {0}; in ClientOnJoinLNNResult() local 124 SvcIdentity svc = {0}; in ClientOnLeaveLNNResult() local 171 SvcIdentity *svc = (SvcIdentity *)SoftBusCalloc(sizeof(SvcIdentity) * num); in ClinetOnNodeOnlineStateChanged() local 219 SvcIdentity *svc = (SvcIdentity *)SoftBusCalloc(sizeof(SvcIdentity) * num); in ClinetOnNodeBasicInfoChanged() local 259 SvcIdentity svc = {0}; in ClientOnTimeSyncResult() local 289 SvcIdentity svc = {0}; in ClientOnPublishLNNResult() local 319 SvcIdentity svc = {0}; in ClientOnRefreshLNNResult() local 349 SvcIdentity svc = {0}; in ClientOnRefreshDeviceFound() local
|
/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
D | trans_client_proxy.c | 29 static int32_t GetSvcIdentityByPkgName(const char *pkgName, SvcIdentity *svc) in GetSvcIdentityByPkgName() 43 static int32_t OnUdpChannelOpenedAsServer(const SvcIdentity *svc, IpcIo *io) in OnUdpChannelOpenedAsServer() 87 SvcIdentity svc = {0}; in ClientIpcOnChannelOpened() local 125 SvcIdentity svc = {0}; in ClientIpcOnChannelOpenFailed() local 157 SvcIdentity svc = {0}; in ClientIpcOnChannelLinkDown() local 183 SvcIdentity svc = {0}; in ClientIpcOnChannelClosed() local 215 SvcIdentity svc = {0}; in ClientIpcOnChannelMsgReceived() local
|
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_m/ |
D | serializer_inner.c | 21 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject() 37 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
D | ipc_server_listener.cpp | 33 int32_t IpcServerListener::GetIdentityByPkgName(std::string &name, SvcIdentity *svc) in GetIdentityByPkgName() 47 SvcIdentity svc; in SendRequest() local 73 SvcIdentity svc; in SendAll() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
D | gatt_cache.cpp | 84 auto svc = services_.find(it->second.first); in GetCharacteristic() local 101 auto svc = services_.find(it->second.first); in GetDescriptor() local 118 auto svc = services_.find(serviceHandle); in GetCharacteristicEndHandle() local 175 for (auto &svc : services_) { in StoredToFile() local
|
D | gatt_database.cpp | 207 return std::any_of(services_.begin(), services_.end(), [&handle](auto &svc) { in IsReferenced() 231 for (auto &svc : services_) { in GetIncludeService() local
|
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/ |
D | serializer_inner.c | 90 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject() 105 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
D | ability_mgr_feature.cpp | 181 SvcIdentity svc; in StartAbilityWithCbInvoke() local 326 SvcIdentity svc; in AttachBundleInvoke() local 368 SvcIdentity svc; in ConnectAbilityInvoke() local 382 int32 AbilityMgrFeature::ConnectAbility(const Want *want, SvcIdentity *svc, uint64_t token) in ConnectAbility() 387 int32 AbilityMgrFeature::ConnectAbilityInner(const Want *want, SvcIdentity *svc, uint64_t token, pi… in ConnectAbilityInner() 423 SvcIdentity svc; in DisconnectAbilityInvoke() local 431 int32 AbilityMgrFeature::DisconnectAbility(SvcIdentity *svc, uint64_t token) in DisconnectAbility() 455 SvcIdentity svc; in ConnectAbilityDoneInvoke() local
|
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
D | ipc_proxy_inner.c | 152 static int GetSessionFromDBinderService(SvcIdentity *svc) in GetSessionFromDBinderService() 198 void UpdateProto(SvcIdentity *svc) in UpdateProto()
|
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
D | serializer_inner.c | 107 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject() 154 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
|
/foundation/communication/ipc/services/dbinder/c/include/ |
D | dbinder_stub.h | 34 SvcIdentity svc; member
|
/foundation/communication/ipc/ipc/native/c/rpc/src/ |
D | rpc_process_skeleton_virtual.c | 42 void UpdateProtoIfNeed(SvcIdentity *svc) in UpdateProtoIfNeed()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
D | bundle_inner_feature.cpp | 118 SvcIdentity svc; in InstallInnerBundle() local 152 uint8_t BundleInnerFeature::GetSvcIdentityInfo(SvcIdentityInfo *info, const SvcIdentity *svc, const… in GetSvcIdentityInfo() 192 SvcIdentity svc; in UninstallInnerBundle() local
|
D | bundle_manager_service.cpp | 86 for (const auto& svc : svcIdentity) { in InnerTransact() local 95 static void InnerSelfTransact(uint32_t code, uint8_t resultCode, const SvcIdentity &svc) in InnerSelfTransact() 246 auto svc = reinterpret_cast<SvcIdentity *>(request->data); in ServiceMsgProcess() local 268 void ManagerService::AddCallbackServiceId(const SvcIdentity &svc) in AddCallbackServiceId() 278 void ManagerService::RemoveCallbackServiceId(const SvcIdentity &svc) in RemoveCallbackServiceId() 289 void ManagerService::InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLo… in InstallThirdBundle()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
D | ability_manager.cpp | 45 const SvcIdentity *svc = OHOS::AbilitySelfCallback::GetInstance() in StartAbilityWithCallback() local
|
D | ability_service_manager.cpp | 148 SvcIdentity svc; in ConnectAbilityCallBack() local
|
/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/ |
D | dbinder_ipc_adapter.c | 58 SvcIdentity svc; in RpcGetSystemAbility() local
|
/foundation/window/window_manager_lite/frameworks/ims/ |
D | input_event_client_proxy.h | 48 SvcIdentity svc; member
|
D | input_event_listener_proxy.cpp | 84 SvcIdentity svc; in RegisterInputEventListener() local
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
D | bundle_inner_feature.h | 35 SvcIdentity *svc; member
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
D | softbus_server_proxy.c | 82 SvcIdentity svc = {0}; in RegisterService() local
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
D | bluetooth_gatt_server.cpp | 436 void GattServer::impl::BuildIncludeService(GattService &svc, const std::vector<bluetooth::Service> … in BuildIncludeService() 450 for (auto &svc : gattServices_) { in GetIncludeService() local 509 for (auto &svc : gattServices_) { in FindCharacteristic() local 532 for (auto &svc : gattServices_) { in FindDescriptor() local 619 BluetoothGattService svc; in AddService() local 736 for (auto &svc : pimpl->gattServices_) { in GetService() local
|
/foundation/window/window_manager_lite/services/ims/ |
D | input_event_client_proxy.cpp | 52 SvcIdentity svc = {0}; in AddListener() local
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
D | bundle_callback.cpp | 103 int32_t BundleCallback::TransmitServiceId(const SvcIdentity &svc, bool flag) in TransmitServiceId()
|