Home
last modified time | relevance | path

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

/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() argument
128 return SwitchAdapter::GetInstance().GetSwitch(APP_ID, netId, localSwitch, switchLength); in GetLocalSwitchFromDB()
/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/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1069 void ClearAllNotificationGroupInfo(std::string localSwitch);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2826 void AdvancedNotificationService::ClearAllNotificationGroupInfo(std::string localSwitch) in ClearAllNotificationGroupInfo() argument
2829 bool status = (localSwitch == "true"); in ClearAllNotificationGroupInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp306 const std::string localSwitch = "current"; variable
307 advancedNotificationService_->ClearAllNotificationGroupInfo(localSwitch);