Home
last modified time | relevance | path

Searched refs:GetServiceName (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp120 !ProfileUtils::IsKeyValid(serviceProfile.GetServiceName())) { in AddServiceProfile()
125 serviceProfile.GetServiceName()); in AddServiceProfile()
140 !ProfileUtils::IsKeyValid(charProfile.GetServiceName()) || in AddCharProfile()
146 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in AddCharProfile()
161 !ProfileUtils::IsKeyValid(charProfile.GetServiceName()) || in AddStaticCharProfile()
167 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in AddStaticCharProfile()
335 !ProfileUtils::IsKeyValid(serviceProfile.GetServiceName())) { in IsServiceProfileExist()
340 serviceProfile.GetServiceName()); in IsServiceProfileExist()
359 !ProfileUtils::IsKeyValid(charProfile.GetServiceName()) || in IsCharProfileExist()
552 auto service = switchServiceMap.find(item.GetServiceName()); in SetSwitchByProfileBatch()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_host.cpp32 this->Service::GetName = BundleMsHost::GetServiceName; in BundleMsHost()
50 const char *BundleMsHost::GetServiceName(Service *service) in GetServiceName() function in OHOS::BundleMsHost
H A Dbundle_mgr_service.cpp33 this->Service::GetName = BundleMgrService::GetServiceName; in BundleMgrService()
53 const char *BundleMgrService::GetServiceName(Service *service) in GetServiceName() function in OHOS::BundleMgrService
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_service.cpp36 this->Service::GetName = AbilityMgrService::GetServiceName; in AbilityMgrService()
51 const char *AbilityMgrService::GetServiceName(Service *service) in GetServiceName() function in OHOS::AbilityMgrService
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dservice_profile.cpp50 std::string ServiceProfile::GetServiceName() const in GetServiceName() function in OHOS::DistributedDeviceProfile::ServiceProfile
88 … = (deviceId_ != serviceProfile.GetDeviceId() || serviceName_ != serviceProfile.GetServiceName() || in operator !=()
H A Dcharacteristic_profile.cpp37 std::string CharacteristicProfile::GetServiceName() const in GetServiceName() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
87 …tEqual = (deviceId_ != charProfile.GetDeviceId() || serviceName_ != charProfile.GetServiceName() || in operator !=()
/ohos5.0/base/startup/init/services/modules/sysevent/
H A Dstartup_time_event.c35 static int GetServiceName(const char *paramName, char *buffer, size_t buffSize) in GetServiceName() function
56 …int len = GetServiceName(item->paramName, args->buffer + args->currLen, args->bufferLen - args->cu… in TraversalEvent()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp357 IsKeyValid(svrProfile.GetServiceName()); in IsSvrProfileValid()
363 IsKeyValid(charProfile.GetServiceName()) && IsKeyValid(charProfile.GetCharacteristicKey()); in IsCharProfileValid()
376 if (svrProfile.GetServiceName().empty() || svrProfile.GetServiceType().empty()) { in IsServiceProfileValid()
474 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in ServiceProfileToEntries()
477 values[GenerateDBKey(serviceProfileKey, SERVICE_NAME)] = profile.GetServiceName(); in ServiceProfileToEntries()
485 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in CharacteristicProfileToEntries()
803 profile.GetServiceName().empty() || in GetDbKeyByProfile()
808 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in GetDbKeyByProfile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_ms_host.h39 static const char *GetServiceName(Service *service);
H A Dbundle_mgr_service.h40 static const char *GetServiceName(Service *service);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mgr_service.h35 static const char *GetServiceName(Service *service);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dservice_profile.h33 std::string GetServiceName() const;
H A Dcharacteristic_profile.h39 std::string GetServiceName() const;
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_mgr_service_slite.h56 static const char *GetServiceName(Service *service);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp59 this->Service::GetName = BundleDaemon::GetServiceName; in BundleDaemon()
71 const char *BundleDaemon::GetServiceName(Service *service) in GetServiceName() function in OHOS::BundleDaemon
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/audio_template/
H A Drk3568_audio_adapter_source.template33 static int32_t GetServiceName(const struct HdfDeviceObject *device)
117 ret = GetServiceName(device);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h90 const std::string &GetServiceName();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_callback_stub.h34 const std::string &GetServiceName();
H A Ddbinder_session_object.h59 std::string GetServiceName() const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon.h36 static const char *GetServiceName(Service *service);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_mgr_service_slite.cpp87 this->Service::GetName = AbilityMgrServiceSlite::GetServiceName; in AbilityMgrServiceSlite()
131 const char *AbilityMgrServiceSlite::GetServiceName([[maybe_unused]] Service *service)
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp243 …if (IsSameTextStr(stub->GetServiceName(), serviceStr8) && IsSameTextStr(stub->GetDeviceID(), devic… in IsSameStubObject()
406 message->stubIndex = static_cast<uint64_t>(std::atoi(stub->GetServiceName().c_str())); in CreateMessage()
1179 …dbStub->GetServiceName().c_str(), DBinderService::ConvertToSecureDeviceID(dbStub->GetDeviceID()).c… in NoticeCallbackProxy()
1187 if (!DeleteDBinderStub(Str8ToStr16(dbStub->GetServiceName()), dbStub->GetDeviceID())) { in NoticeCallbackProxy()
1206 dbStub->GetServiceName().c_str(), callbackProxy->GetHandle()); in ProcessCallbackProxy()
1218 dbStub->GetServiceName().c_str(), callbackProxy->GetHandle()); in ProcessCallbackProxy()
1307 serviceNames.push_back(Str8ToStr16((*it)->GetServiceName())); in FindServicesByDeviceID()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_session_object.cpp68 std::string DBinderSessionObject::GetServiceName() const in GetServiceName() function in OHOS::DBinderSessionObject
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp473 flatSession->serviceNameLength = connectSession->GetServiceName().length(); in FlattenSession()
479 connectSession->GetServiceName().data(), flatSession->serviceNameLength); in FlattenSession()
559 sessionObject->GetServiceName(), sessionObject->GetDeviceId()); in UpdateClientSession()
564 std::string serviceName = sessionObject->GetServiceName(); in UpdateClientSession()
651 return current->QueryHandleByDatabusSession(session->GetServiceName(), session->GetDeviceId(), in QueryHandleBySession()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp784 const std::string &WifiP2pServiceResponse::GetServiceName() const in GetServiceName() function in OHOS::Wifi::WifiP2pServiceResponse
834 const std::string &WifiP2pServiceInfo::GetServiceName() const in GetServiceName() function in OHOS::Wifi::WifiP2pServiceInfo
871 return cmp.GetServiceName() == serviceName && cmp.GetDeviceAddress() == mDeviceAddress && in operator ==()

12