Home
last modified time | relevance | path

Searched defs:allowInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp122 auto allowInfo = std::make_shared<AllowInfo>(); variable
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp158 for (const auto& allowInfo : asyncCallbackInfo->allowInfoArray) { in AddGetAllowListCallbackCompleteCB() local
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp876 [&allowSet](AllowInfo& allowInfo) { allowSet.insert(allowInfo.GetName()); }); in GetEligiableRestrictSet()
1373 for (const auto& allowInfo : allowInfoList) { in DumpModifyAllowList() local
1380 for (const auto& allowInfo : allowInfoList) { in DumpModifyAllowList() local
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp1106 …[&alarm](const DevStandbyMgr::AllowInfo &allowInfo) { return allowInfo.GetName() == alarm->bundleN… in CheckAllowWhileIdle()
1122 …[procName](const DevStandbyMgr::AllowInfo &allowInfo) { return allowInfo.GetName() == procName; }); in CheckAllowWhileIdle()