Home
last modified time | relevance | path

Searched refs:PutEnabledStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/switch/
H A Dpasteboard_switch.cpp50 DevProfile::GetInstance().PutEnabledStatus(SUPPORT_STATUS); in SetSwitch()
54 DevProfile::GetInstance().PutEnabledStatus(value); in SetSwitch()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddev_profile.h34 void PutEnabledStatus(const std::string &enabledStatus);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp143 void DevProfile::PutEnabledStatus(const std::string &enabledStatus) in PutEnabledStatus() function in OHOS::MiscServices::DevProfile