/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 120 !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 D | bundle_ms_host.cpp | 32 this->Service::GetName = BundleMsHost::GetServiceName; in BundleMsHost() 50 const char *BundleMsHost::GetServiceName(Service *service) in GetServiceName() function in OHOS::BundleMsHost
|
H A D | bundle_mgr_service.cpp | 33 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 D | ability_mgr_service.cpp | 36 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 D | service_profile.cpp | 50 std::string ServiceProfile::GetServiceName() const in GetServiceName() function in OHOS::DistributedDeviceProfile::ServiceProfile 88 … = (deviceId_ != serviceProfile.GetDeviceId() || serviceName_ != serviceProfile.GetServiceName() || in operator !=()
|
H A D | characteristic_profile.cpp | 37 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 D | startup_time_event.c | 35 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 D | profile_utils.cpp | 357 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 D | bundle_ms_host.h | 39 static const char *GetServiceName(Service *service);
|
H A D | bundle_mgr_service.h | 40 static const char *GetServiceName(Service *service);
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mgr_service.h | 35 static const char *GetServiceName(Service *service);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | service_profile.h | 33 std::string GetServiceName() const;
|
H A D | characteristic_profile.h | 39 std::string GetServiceName() const;
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_mgr_service_slite.h | 56 static const char *GetServiceName(Service *service);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon.cpp | 59 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 D | rk3568_audio_adapter_source.template | 33 static int32_t GetServiceName(const struct HdfDeviceObject *device) 117 ret = GetServiceName(device);
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service_stub.h | 90 const std::string &GetServiceName();
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_callback_stub.h | 34 const std::string &GetServiceName();
|
H A D | dbinder_session_object.h | 59 std::string GetServiceName() const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_daemon.h | 36 static const char *GetServiceName(Service *service);
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_mgr_service_slite.cpp | 87 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 D | dbinder_service.cpp | 243 …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 D | dbinder_session_object.cpp | 68 std::string DBinderSessionObject::GetServiceName() const in GetServiceName() function in OHOS::DBinderSessionObject
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 473 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 D | wifi_p2p_msg.cpp | 784 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 ==()
|