Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript31 *DumpSetParameter*;
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp220 StandbyConfigManager::GetInstance()->DumpSetParameter("test", 0, result);
221 StandbyConfigManager::GetInstance()->DumpSetParameter(NAP_TIMEOUT, 0, result);
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp155 … DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetParameter(str, condition, str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h100 void DumpSetParameter(const std::string& paramName, int32_t paramValue, std::string& result);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp788 void StandbyConfigManager::DumpSetParameter(const std::string& paramName, int32_t paramValue, std::… in DumpSetParameter() function in OHOS::DevStandbyMgr::StandbyConfigManager
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1425 StandbyConfigManager::GetInstance()->DumpSetParameter(argsInStr[DUMP_SECOND_PARAM], in DumpChangeConfigParam()