Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp142 uint32_t switchFromDB; in AddSwitchStatusToDB() local
144 …int32_t ret = SwitchProfileManager::GetInstance().GetLocalSwitchFromDB(switchFromDB, switchLength); in AddSwitchStatusToDB()
157 std::string itemSwitchValue = std::to_string((switchFromDB >> i) & NUM_1); in AddSwitchStatusToDB()