Home
last modified time | relevance | path

Searched refs:dmInfoEx (Results 1 - 3 of 3) sorted by relevance

/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.cpp324 std::string dmInfoEx; in HWTEST_F() local
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() argument
448 dataJson = cJSON_Parse(dmInfoEx.c_str()); in GetOsInfoFromDM()

Completed in 2 milliseconds