Searched refs:DumpSetParameter (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_utils_unit_test.cpp | 224 StandbyConfigManager::GetInstance()->DumpSetParameter("test", 0, result); in HWTEST_F() 225 StandbyConfigManager::GetInstance()->DumpSetParameter(NAP_TIMEOUT, 0, result); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/ |
H A D | configmanager_fuzzer.cpp | 157 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetParameter(str, condition, str); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 104 void DumpSetParameter(const std::string& paramName, int32_t paramValue, std::string& result);
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 829 void StandbyConfigManager::DumpSetParameter(const std::string& paramName, int32_t paramValue, std::string& result) in DumpSetParameter() function in OHOS::DevStandbyMgr::StandbyConfigManager
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 1433 StandbyConfigManager::GetInstance()->DumpSetParameter(argsInStr[DUMP_SECOND_PARAM], in DumpChangeConfigParam()
|
Completed in 8 milliseconds