Searched refs:StringToTypeAndSaid (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_status_collect_manager.h | 58 …void StringToTypeAndSaid(const std::string& str, OnDemandPolicyType& type, int32_t& systemAbilityI…
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 896 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 D | device_status_collect_manager.cpp | 105 StringToTypeAndSaid(strVector[i], type, systemAbilityId); in GetSaControlListByPersistEvent() 520 void DeviceStatusCollectManager::StringToTypeAndSaid(const std::string& eventStr, OnDemandPolicyTyp… in StringToTypeAndSaid() function in OHOS::DeviceStatusCollectManager
|