Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 25 of 50) sorted by relevance

12

/foundation/communication/dsoftbus/core/discovery/ipc/small/
Ddisc_client_proxy.c26 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/
Dbus_center_client_proxy.c29 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/
Dtrans_client_proxy.c29 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/
Dserializer_inner.c21 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/
Dipc_server_listener.cpp33 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/
Dgatt_cache.cpp84 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
Dgatt_database.cpp207 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/
Dserializer_inner.c90 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/
Dability_mgr_feature.cpp181 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/
Dipc_proxy_inner.c152 static int GetSessionFromDBinderService(SvcIdentity *svc) in GetSessionFromDBinderService()
198 void UpdateProto(SvcIdentity *svc) in UpdateProto()
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
Dserializer_inner.c107 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/
Ddbinder_stub.h34 SvcIdentity svc; member
/foundation/communication/ipc/ipc/native/c/rpc/src/
Drpc_process_skeleton_virtual.c42 void UpdateProtoIfNeed(SvcIdentity *svc) in UpdateProtoIfNeed()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_inner_feature.cpp118 SvcIdentity svc; in InstallInnerBundle() local
152 uint8_t BundleInnerFeature::GetSvcIdentityInfo(SvcIdentityInfo *info, const SvcIdentity *svc, const… in GetSvcIdentityInfo()
192 SvcIdentity svc; in UninstallInnerBundle() local
Dbundle_manager_service.cpp86 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/
Dability_manager.cpp45 const SvcIdentity *svc = OHOS::AbilitySelfCallback::GetInstance() in StartAbilityWithCallback() local
Dability_service_manager.cpp148 SvcIdentity svc; in ConnectAbilityCallBack() local
/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/
Ddbinder_ipc_adapter.c58 SvcIdentity svc; in RpcGetSystemAbility() local
/foundation/window/window_manager_lite/frameworks/ims/
Dinput_event_client_proxy.h48 SvcIdentity svc; member
Dinput_event_listener_proxy.cpp84 SvcIdentity svc; in RegisterInputEventListener() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_inner_feature.h35 SvcIdentity *svc; member
/foundation/communication/dsoftbus/sdk/frame/small/src/
Dsoftbus_server_proxy.c82 SvcIdentity svc = {0}; in RegisterService() local
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_server.cpp436 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/
Dinput_event_client_proxy.cpp52 SvcIdentity svc = {0}; in AddListener() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
Dbundle_callback.cpp103 int32_t BundleCallback::TransmitServiceId(const SvcIdentity &svc, bool flag) in TransmitServiceId()

12