Home
last modified time | relevance | path

Searched refs:StringToTypeAndSaid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h58 …void StringToTypeAndSaid(const std::string& str, OnDemandPolicyType& type, int32_t& systemAbilityI…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp896 collect->StringToTypeAndSaid("start#1#", type, said);
901 collect->StringToTypeAndSaid("stop#1#", type, said);
906 collect->StringToTypeAndSaid("test#1#", type, said);
910 collect->StringToTypeAndSaid("start#", type, said);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp105 StringToTypeAndSaid(strVector[i], type, systemAbilityId); in GetSaControlListByPersistEvent()
520 void DeviceStatusCollectManager::StringToTypeAndSaid(const std::string& eventStr, OnDemandPolicyTyp… in StringToTypeAndSaid() function in OHOS::DeviceStatusCollectManager