Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h59 std::string TypeAndSaidToString(OnDemandPolicyType type, int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp494 std::string strTypeAndSaid = TypeAndSaidToString(type, systemAbilityId); in PersistOnDemandEvent()
509 std::string DeviceStatusCollectManager::TypeAndSaidToString(OnDemandPolicyType type, int32_t system… in TypeAndSaidToString() function in OHOS::DeviceStatusCollectManager
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp878 std::string str = collect->TypeAndSaidToString(type, 1);
882 str = collect->TypeAndSaidToString(type, 1);