/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() 339 !ProfileUtils::IsKeyValid(serviceProfile.GetServiceName())) { in IsServiceProfileExist() 344 serviceProfile.GetServiceName()); in IsServiceProfileExist() 363 !ProfileUtils::IsKeyValid(charProfile.GetServiceName()) || in IsCharProfileExist() 369 charProfile.GetServiceName(), charProfil in IsCharProfileExist() [all...] |
/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
|
/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
|
/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 bool isNotEqual = (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 bool isNotEqual = (deviceId_ != charProfile.GetDeviceId() || serviceName_ != charProfile.GetServiceName() || in operator !=()
|
/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);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mgr_service.h | 35 static const char *GetServiceName(Service *service);
|
/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;
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_mgr_service_slite.h | 56 static const char *GetServiceName(Service *service);
|
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service_stub.h | 90 const std::string &GetServiceName();
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_daemon.h | 36 static const char *GetServiceName(Service *service);
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_session_object.h | 59 std::string GetServiceName() const;
|
H A D | dbinder_callback_stub.h | 34 const std::string &GetServiceName();
|
/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()
|
/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
|
/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) in GetServiceName() function in OHOS::AbilitySlite::AbilityMgrServiceSlite
|
/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
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_session_object_unittest.cpp | 70 EXPECT_STREQ(name.c_str(), object.GetServiceName().c_str()); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | samgr_lite.c | 57 static const char *GetServiceName(const ServiceImpl *serviceImpl);
106 g_samgrImpl.services = VECTOR_Make((VECTOR_Key)GetServiceName, (VECTOR_Compare)strcmp);
in Init() 426 static const char *GetServiceName(const ServiceImpl *serviceImpl)
in GetServiceName() function
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_msg.cpp | 764 const std::string &WifiP2pServiceResponse::GetServiceName() const in GetServiceName() function in OHOS::Wifi::WifiP2pServiceResponse 814 const std::string &WifiP2pServiceInfo::GetServiceName() const in GetServiceName() function in OHOS::Wifi::WifiP2pServiceInfo 851 return cmp.GetServiceName() == serviceName && cmp.GetDeviceAddress() == mDeviceAddress && in operator ==()
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 474 flatSession->serviceNameLength = connectSession->GetServiceName().length(); in FlattenSession() 480 connectSession->GetServiceName().data(), flatSession->serviceNameLength); in FlattenSession() 560 sessionObject->GetServiceName(), sessionObject->GetDeviceId()); in UpdateClientSession() 565 std::string serviceName = sessionObject->GetServiceName(); in UpdateClientSession() 657 return current->QueryHandleByDatabusSession(session->GetServiceName(), session->GetDeviceId(), in QueryHandleBySession()
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p_msg.h | 490 const std::string &GetServiceName() const; 516 const std::string &GetServiceName() const;
|