Home
last modified time | relevance | path

Searched defs:allowRecord (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp297 auto allowRecord = std::make_shared<AllowRecord>(0, 0, "name", AllowType::NETWORK); variable
338 auto allowRecord = std::make_shared<AllowRecord>(0, 0, "name", AllowType::NETWORK); variable
452 std::shared_ptr<AllowRecord> allowRecord = std::make_shared<AllowRecord>(); variable
468 std::shared_ptr<AllowRecord> allowRecord = std::make_shared<AllowRecord>(); variable
515 …auto allowRecord = std::make_shared<AllowRecord>(DEFAULT_UID, 0, DEFAULT_BUNDLENAME, AllowType::NE… variable
614 …auto allowRecord = std::make_shared<AllowRecord>(DEFAULT_UID, 0, DEFAULT_BUNDLENAME, AllowType::NE… variable
H A Dallow_record_unit_test.cpp50 std::shared_ptr<AllowRecord> allowRecord = std::make_shared<AllowRecord>(); variable
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp627 void StandbyServiceImpl::UpdateRecord(std::shared_ptr<AllowRecord>& allowRecord, in UpdateRecord()