Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A 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
113 SvcIdentity svc = {0}; in ClientOnLeaveLNNResult() local
152 SvcIdentity *svc = (SvcIdentity *)SoftBusCalloc(sizeof(SvcIdentity) * num); in ClinetOnNodeOnlineStateChanged() local
200 SvcIdentity *svc = (SvcIdentity *)SoftBusCalloc(sizeof(SvcIdentity) * num); in ClinetOnNodeBasicInfoChanged() local
240 SvcIdentity svc = {0}; in ClientOnTimeSyncResult() local
270 SvcIdentity svc = {0}; in ClientOnPublishLNNResult() local
300 SvcIdentity svc = {0}; in ClientOnRefreshLNNResult() local
330 SvcIdentity svc = {0}; in ClientOnRefreshDeviceFound() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c29 static int32_t GetSvcIdentityByPkgName(const char *pkgName, SvcIdentity *svc) in GetSvcIdentityByPkgName()
44 static int32_t OnUdpChannelOpenedAsServer(const SvcIdentity *svc, IpcIo *io) in OnUdpChannelOpenedAsServer()
86 SvcIdentity svc = { 0 }; in ClientIpcOnChannelOpened() local
123 SvcIdentity svc = {0}; in ClientIpcOnChannelBind() local
152 SvcIdentity svc = {0}; in ClientIpcOnChannelOpenFailed() local
182 SvcIdentity svc = {0}; in ClientIpcOnChannelLinkDown() local
212 SvcIdentity svc = {0}; in ClientIpcOnChannelClosed() local
247 SvcIdentity svc = {0}; in ClientIpcOnChannelMsgReceived() local
288 SvcIdentity svc = {0}; in ClientIpcSetChannelInfo() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_m/
H A Dserializer_inner.c21 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject()
37 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A 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
H A Dgatt_database.cpp207 return std::any_of(services_.begin(), services_.end(), [&handle](auto &svc) { in IsReferenced()
231 for (auto &svc : services_) { in GetIncludeService() local
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A 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
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dserializer_inner.c90 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject()
105 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dserializer_inner.c105 bool WriteRemoteObject(IpcIo *io, const SvcIdentity *svc) in WriteRemoteObject()
152 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c149 static int GetSessionFromDBinderService(SvcIdentity *svc) in GetSessionFromDBinderService()
195 void UpdateProto(SvcIdentity *svc) in UpdateProto()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_stub.h34 SvcIdentity svc; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A 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
H A 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()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton_virtual.c42 void UpdateProtoIfNeed(SvcIdentity *svc) in UpdateProtoIfNeed()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/
H A Ddbinder_ipc_adapter.c58 SvcIdentity svc; in RpcGetSystemAbility() local
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_manager.cpp45 const SvcIdentity *svc = OHOS::AbilitySelfCallback::GetInstance() in StartAbilityWithCallback() local
H A Dability_service_manager.cpp148 SvcIdentity svc; in ConnectAbilityCallBack() local
/ohos5.0/foundation/window/window_manager_lite/frameworks/ims/
H A Dinput_event_client_proxy.h48 SvcIdentity svc; member
H A Dinput_event_listener_proxy.cpp84 SvcIdentity svc; in RegisterInputEventListener() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_inner_feature.h35 SvcIdentity *svc; member
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c82 SvcIdentity svc = {0}; in RegisterService() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp413 void GattServer::impl::BuildIncludeService(GattService &svc, const std::vector<bluetooth::Service> … in BuildIncludeService()
427 for (auto &svc : gattServices_) { in GetIncludeService() local
487 for (auto &svc : gattServices_) { in FindCharacteristic() local
510 for (auto &svc : gattServices_) { in FindDescriptor() local
585 BluetoothGattService svc; in AddService() local
701 for (auto &svc : pimpl->gattServices_) { in GetService() local
H A Dbluetooth_gatt_client.cpp171 for (auto &svc : clientSptr->pimpl->gattServices_) { in OnCharacteristicChanged() local
443 for (auto &svc : src) { in BuildServiceList() local
462 for (auto &svc : src) { in BuildServiceList() local
537 for (auto &svc : gattServices_) { in GetCharacteristicByHandle() local
564 for (auto &svc : gattServices_) { in GetDescriptorByHandle() local
737 for (auto &svc : pimpl->gattServices_) { in GetService() local
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_client_proxy.cpp55 SvcIdentity svc = {0}; in AddListener() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp103 int32_t BundleCallback::TransmitServiceId(const SvcIdentity &svc, bool flag) in TransmitServiceId()

12