Home
last modified time | relevance | path

Searched refs:GetEnabledStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp38 auto status = GetEnabledStatus(); in Notify()
62 status = GetEnabledStatus(); in GetRetryTask()
91 int32_t DistributedModuleConfig::GetEnabledStatus() in GetEnabledStatus() function in OHOS::MiscServices::DistributedModuleConfig
94 auto status = DevProfile::GetInstance().GetEnabledStatus(localNetworkId); in GetEnabledStatus()
103 auto res = DevProfile::GetInstance().GetEnabledStatus(id); in GetEnabledStatus()
H A Ddev_profile.cpp149 auto ret = GetEnabledStatus(networkId); in PutEnabledStatus()
179 std::pair<int32_t, std::string> DevProfile::GetEnabledStatus(const std::string &networkId) in GetEnabledStatus() function in OHOS::MiscServices::DevProfile
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddistributed_module_config.h38 int32_t GetEnabledStatus();
H A Ddev_profile.h32 std::pair<int32_t, std::string> GetEnabledStatus(const std::string &networkId);