Home
last modified time | relevance | path

Searched refs:OnDemandCondition (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h67 struct OnDemandCondition { struct
80 std::vector<OnDemandCondition> conditions; argument
H A Dparse_util.h67 const std::string& key, std::vector<OnDemandCondition>& out);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_networking_collect_test.cpp353 OnDemandCondition condition;
373 OnDemandCondition condition;
391 OnDemandCondition condition;
411 OnDemandCondition condition;
429 OnDemandCondition condition;
449 OnDemandCondition condition;
H A Dcommon_event_collect_test.cpp345 std::vector<OnDemandCondition> conditions;
441 std::vector<OnDemandCondition> conditions;
459 std::vector<OnDemandCondition> conditions;
462 OnDemandCondition condition = {COMMON_EVENT, "1", "", extraMessages};
613 OnDemandCondition condition = {COMMON_EVENT, "1", "", extraMessages};
634 OnDemandCondition condition = {COMMON_EVENT, "1", "17", extraMessages};
656 OnDemandCondition condition = {COMMON_EVENT,
678 OnDemandCondition condition = {COMMON_EVENT, "1", "", extraMessages};
H A Ddevice_status_collect_manager_test.cpp93 bool MockCollectPlugin::CheckCondition(const OnDemandCondition& condition) in CheckCondition()
284 OnDemandCondition condition;
304 OnDemandCondition condition;
324 OnDemandCondition condition;
346 OnDemandCondition condition;
H A Ddevice_param_collect_test.cpp256 OnDemandCondition condition;
H A Dsystem_ability_mgr_util_test.cpp200 OnDemandCondition condition;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Ddevice_status_collect_manager_test.h43 bool CheckCondition(const OnDemandCondition& condition) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h31 bool CheckCondition(const OnDemandCondition& condition) override;
H A Dicollect_plugin.h45 virtual bool CheckCondition(const OnDemandCondition& condition) in CheckCondition()
H A Ddevice_networking_collect.h63 bool CheckCondition(const OnDemandCondition& condition) override;
H A Dcommon_event_collect.h39 bool CheckCondition(const OnDemandCondition& condition) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp46 bool DeviceParamCollect::CheckCondition(const OnDemandCondition& condition) in CheckCondition()
H A Ddevice_networking_collect.cpp165 bool DeviceNetworkingCollect::CheckCondition(const OnDemandCondition& condition) in CheckCondition()
H A Dcommon_event_collect.cpp274 bool CommonEventCollect::CheckCondition(const OnDemandCondition& condition) in CheckCondition()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp511 std::vector<OnDemandCondition> conditions; in GetOnDemandArrayFromJson()
548 const std::string& key, std::vector<OnDemandCondition>& out) in GetOnDemandConditionsFromJson()
579 OnDemandCondition conditionEvent = {eventId, name, value, extraMessages}; in GetOnDemandConditionsFromJson()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp630 std::vector<OnDemandCondition> out;
656 std::vector<OnDemandCondition> out;
702 std::vector<OnDemandCondition> out;
728 std::vector<OnDemandCondition> out;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp143 OnDemandCondition condition; in ConvertToOnDemandEvent()