Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dcjson_check.h32 #define CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(obj, ret, root) \ macro
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_browser_policies_plugin.cpp163CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(appidObj, EdmReturnErrCode::SYSTEM_ABNORMALLY, policies); in SetPolicy()
170CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(policy, EdmReturnErrCode::SYSTEM_ABNORMALLY, policies); in SetPolicy()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dclipboard_policy_serializer.cpp57 CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(item, false, root); in Serialize()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/
H A Ddevice_settings_addon.cpp528CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(powerPoilcyJs, EdmReturnErrCode::SYSTEM_ABNORMALLY, json); in ConvertPowerPolicyToJsStr()