Searched refs:GetOsInfoFromDM (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_device_node_listener.cpp | 37 if (!GetOsInfoFromDM(deviceInfo.extraData, osType, osVersion)) {
in OnDeviceOnline()
|
H A D | dtbschedmgr_device_info_storage.cpp | 196 if (!GetOsInfoFromDM(dmDeviceInfo.extraData, osType, osVersion)) { in UpdateDeviceInfoStorage()
|
/foundation/ability/dmsfwk/common/include/ |
H A D | distributed_sched_utils.h | 45 bool GetOsInfoFromDM(const std::string &dmInfoEx, int32_t &osType, std::string &osVersion);
|
/foundation/ability/dmsfwk/common/test/unittest/src/ |
H A D | distributed_sched_utils_test.cpp | 318 * @tc.desc: GetOsInfoFromDM 327 bool ret = GetOsInfoFromDM(dmInfoEx, osType, osVersion); in HWTEST_F()
|
/foundation/ability/dmsfwk/common/src/ |
H A D | distributed_sched_utils.cpp | 443 bool GetOsInfoFromDM(const std::string &dmInfoEx, int32_t &osType, std::string &osVersion) in GetOsInfoFromDM() function
|
Completed in 3 milliseconds