Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h106 std::vector<OnDemandEvent> onDemandEvents; member
112 std::vector<OnDemandEvent> onDemandEvents; member
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp468 …l::ParseOndemandTag(const nlohmann::json& onDemandJson, std::vector<OnDemandEvent>& onDemandEvents) in ParseOndemandTag()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp453 std::vector<OnDemandEvent> onDemandEvents; in GetOnDemandPolicy() local
490 std::vector<OnDemandEvent> onDemandEvents; in UpdateOnDemandPolicy() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp321 vector<OnDemandEvent> onDemandEvents; variable