Home
last modified time | relevance | path

Searched refs:DEFAULT_BUNDLENAME (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp65 const std::string DEFAULT_BUNDLENAME = "test"; member
230 StandbyServiceImpl::GetInstance()->RemoveAppAllowRecord(DEFAULT_UID, DEFAULT_BUNDLENAME, true); in HWTEST_F()
406 StandbyServiceImpl::GetInstance()->RemoveAppAllowRecord(DEFAULT_UID, DEFAULT_BUNDLENAME, true); in HWTEST_F()
470 DEFAULT_BUNDLENAME, 10, "reason", ReasonCodeEnum::REASON_APP_API); in HWTEST_F()
515 auto allowRecord = std::make_shared<AllowRecord>(DEFAULT_UID, 0, DEFAULT_BUNDLENAME, AllowType::NETWORK); in HWTEST_F()
544 StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(DEFAULT_UID, DEFAULT_BUNDLENAME, 1, false); in HWTEST_F()
545 StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(DEFAULT_UID, DEFAULT_BUNDLENAME, 1, true); in HWTEST_F()
572 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME, in HWTEST_F()
582 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME, in HWTEST_F()
614 auto allowRecord = std::make_shared<AllowRecord>(DEFAULT_UID, 0, DEFAULT_BUNDLENAME, AllowTyp in HWTEST_F()
[all...]

Completed in 2 milliseconds