Home
last modified time | relevance | path

Searched refs:GetOsInfoFromDM (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_device_node_listener.cpp37 if (!GetOsInfoFromDM(deviceInfo.extraData, osType, osVersion)) { in OnDeviceOnline()
H A Ddtbschedmgr_device_info_storage.cpp196 if (!GetOsInfoFromDM(dmDeviceInfo.extraData, osType, osVersion)) { in UpdateDeviceInfoStorage()
/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h45 bool GetOsInfoFromDM(const std::string &dmInfoEx, int32_t &osType, std::string &osVersion);
/foundation/ability/dmsfwk/common/test/unittest/src/
H A Ddistributed_sched_utils_test.cpp318 * @tc.desc: GetOsInfoFromDM
327 bool ret = GetOsInfoFromDM(dmInfoEx, osType, osVersion); in HWTEST_F()
/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp443 bool GetOsInfoFromDM(const std::string &dmInfoEx, int32_t &osType, std::string &osVersion) in GetOsInfoFromDM() function

Completed in 3 milliseconds