Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp150 if (IsNeedParseProperty(env, value, "usedType", property)) { in ParseAddPermissionFifthParam()
393 …if (IsNeedParseProperty(env, value, "tokenId", property) && !ParseUint32(env, property, request.to… in ParseRequest()
398 …if (IsNeedParseProperty(env, value, "isRemote", property) && !ParseBool(env, property, request.isR… in ParseRequest()
403 …if (IsNeedParseProperty(env, value, "deviceId", property) && !ParseString(env, property, request.d… in ParseRequest()
408 …if (IsNeedParseProperty(env, value, "bundleName", property) && !ParseString(env, property, request… in ParseRequest()
413 …if (IsNeedParseProperty(env, value, "beginTime", property) && !ParseInt64(env, property, request.b… in ParseRequest()
418 …if (IsNeedParseProperty(env, value, "endTime", property) && !ParseInt64(env, property, request.end… in ParseRequest()
423 if (IsNeedParseProperty(env, value, "permissionNames", property) && in ParseRequest()
/ohos5.0/base/security/access_token/interfaces/kits/napi/common/include/
H A Dnapi_common.h44 bool IsNeedParseProperty(
/ohos5.0/base/security/access_token/interfaces/kits/napi/common/src/
H A Dnapi_common.cpp195 bool IsNeedParseProperty( in IsNeedParseProperty() function
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp7969 static bool IsNeedParseProperty(const napi_env &env, const napi_value &value, const string &key, na… in IsNeedParseProperty() function
7995 if (IsNeedParseProperty(env, value, TITLE, property, type)) { in ParseConfigObject()
8003 …CHECK_COND_RET(IsNeedParseProperty(env, value, EXTENSION, property, type), false, "Lack param file… in ParseConfigObject()
8010 …CHECK_COND_RET(IsNeedParseProperty(env, value, PHOTO_TYPE, property, type), false, "Lack param pho… in ParseConfigObject()
8018 if (IsNeedParseProperty(env, value, PHOTO_SUB_TYPE, property, type)) { in ParseConfigObject()