Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/services/edm/src/
Dpolicy_manager.cpp311 const auto policyValueLength = static_cast<int>(policyValue.length()); in ParseJsonString() local
315 …if (!reader->parse(policyValue.c_str(), policyValue.c_str() + policyValueLength, &policyValueRoot,… in ParseJsonString()