Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dswitch_profile_manager.h41 int32_t GetLocalSwitchFromDB(uint32_t& localSwitch, uint32_t& switchLength);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp124 int32_t SwitchProfileManager::GetLocalSwitchFromDB(uint32_t& localSwitch, uint32_t& switchLength) in GetLocalSwitchFromDB() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp144 …int32_t ret = SwitchProfileManager::GetInstance().GetLocalSwitchFromDB(switchFromDB, switchLength); in AddSwitchStatusToDB()