Home
last modified time | relevance | path

Searched defs:cfgJsonStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/common/test/unittest/src/
H A Ddistributed_sched_utils_test.cpp99 std::string cfgJsonStr = R"({ variable
119 std::string cfgJsonStr = ""; variable
145 std::string cfgJsonStr = R"({ variable
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp83 bool UpdateAllowAppList(const std::string &cfgJsonStr) in UpdateAllowAppList()