Searched refs:GetStringValueByKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record.cpp | 66 return GetStringValueByKey("domain_"); in GetDomain() 71 return GetStringValueByKey("name_"); in GetEventName() 86 return GetStringValueByKey("tz_"); in GetTimeZone() 106 std::string hexStr = GetStringValueByKey("traceid_"); in GetTraceId() 131 return GetStringValueByKey("level_"); in GetLevel() 136 return GetStringValueByKey("tag_"); in GetTag() 168 std::string HiSysEventRecord::GetStringValueByKey(const std::string key) const in GetStringValueByKey() function in OHOS::HiviewDFX::HiSysEventRecord
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 73 std::string GetStringValueByKey(const std::string key) const;
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 1185 if (!GetStringValueByKey(env, jsObject, "ownerAccount", property.ownerAccount)) { in GetDlpProperty() 1189 if (!GetStringValueByKey(env, jsObject, "ownerAccountID", property.ownerAccountId)) { in GetDlpProperty() 1206 if (!GetStringValueByKey(env, jsObject, "contactAccount", property.contactAccount)) { in GetDlpProperty() 1501 bool GetStringValueByKey(napi_env env, napi_value jsObject, const std::string& key, std::string& re… in GetStringValueByKey() function 1595 if (!GetStringValueByKey(env, obj, "authAccount", userInfo.authAccount)) { in GetVectorAuthUser() 1720 bool ret = GetStringValueByKey(env, obj, "uri", uri); in ParseWantReq() 1735 ret = GetStringValueByKey(env, wantParameters, "displayName", displayName); in ParseWantReq() 1751 ret = GetStringValueByKey(env, linkFileName, "name", linkFileNameStr); in ParseWantReq()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/ |
H A D | napi_common.h | 331 bool GetStringValueByKey(napi_env env, napi_value jsObject, const std::string& key, std::string& re…
|