Home
last modified time | relevance | path

Searched refs:policyValueRoot (Results 1 – 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/services/edm/src/
Dpolicy_manager.cpp298 Json::Value policyValueRoot; in SetAdminPolicyItemJsonValue() local
299 if (ParseJsonString(policyValue, policyValueRoot) != ERR_OK) { in SetAdminPolicyItemJsonValue()
303 adminObject[policyName] = policyValueRoot; in SetAdminPolicyItemJsonValue()
309 ErrCode PolicyManager::ParseJsonString(const std::string &policyValue, Json::Value &policyValueRoot) in ParseJsonString() argument
315 …der->parse(policyValue.c_str(), policyValue.c_str() + policyValueLength, &policyValueRoot, &err)) { in ParseJsonString()
316 policyValueRoot = Json::Value(policyValue); in ParseJsonString()
332 Json::Value policyValueRoot; in SetAdminJsonValue() local
333 if (ParseJsonString(policyValue, policyValueRoot) != ERR_OK) { in SetAdminJsonValue()
340 policyItemsObject[policyName] = policyValueRoot; in SetAdminJsonValue()
373 Json::Value policyValueRoot; in SetCombinedJsonValue() local
[all …]
/base/customization/enterprise_device_management/services/edm/include/
Dpolicy_manager.h141 ErrCode ParseJsonString(const std::string &policyValue, Json::Value &policyValueRoot);