Home
last modified time | relevance | path

Searched refs:GetServiceName (Results 1 - 25 of 45) sorted by relevance

12

/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()
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 Dability_mgr_service.cpp36 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 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
/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 bool isNotEqual = (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 bool isNotEqual = (deviceId_ != charProfile.GetDeviceId() || serviceName_ != charProfile.GetServiceName() || in operator !=()
/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);
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mgr_service.h35 static const char *GetServiceName(Service *service);
/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;
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_mgr_service_slite.h56 static const char *GetServiceName(Service *service);
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h90 const std::string &GetServiceName();
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon.h36 static const char *GetServiceName(Service *service);
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_session_object.h59 std::string GetServiceName() const;
H A Ddbinder_callback_stub.h34 const std::string &GetServiceName();
/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()
/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
/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) in GetServiceName() function in OHOS::AbilitySlite::AbilityMgrServiceSlite
/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
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_session_object_unittest.cpp70 EXPECT_STREQ(name.c_str(), object.GetServiceName().c_str()); in HWTEST_F()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c57 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 Dwifi_p2p_msg.cpp764 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 Ddbinder_databus_invoker.cpp474 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 Dwifi_p2p_msg.h490 const std::string &GetServiceName() const;
516 const std::string &GetServiceName() const;

Completed in 13 milliseconds

12