Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_cache_test.cpp277 ASSERT_EQ(events[0]->GetParamStr(), "{\"custom_data\":\"value_str\"}\n");
289 ASSERT_EQ(events1[0]->GetParamStr(), "{}\n");
H A Dhiappevent_watcher_test.cpp90 std::cout << "params=" << event->GetParamStr() << std::endl; in OnEvents()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp42 .params = event->GetParamStr(), in CreateAppEventInfo()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp86 strings[strIndex] = event->GetParamStr(); in OnEvents()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp93 bucket.PutString(Events::FIELD_PARAMS, event->GetParamStr()); in Insert()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h208 std::string GetParamStr() const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp553 std::string paramStr = GetParamStr(); in AddCustomParams()
579 std::string AppEventPack::GetParamStr() const in GetParamStr() function in OHOS::HiviewDFX::AppEventPack
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp386 retValue2[i].cArrParamters = CreateValueByJsonStr(it.second[i]->GetParamStr()); in getEventGroups()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp96 static napi_status GetParamStr(napi_env env, napi_value arg, const size_t size, string &result) in GetParamStr() function
112 CHECK_STATUS_RET(GetParamStr(env, arg, maxLen, result), "Failed to get string parameter"); in GetParamStringWithLength()
118 CHECK_STATUS_RET(GetParamStr(env, arg, PATH_MAX, result), "Failed to get string parameter"); in GetParamStringPathMax()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp599 SetNamedProperty(env, obj, PARAM_PROPERTY, CreateValueByJsonStr(env, event->GetParamStr())); in CreateEventInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp136 static napi_status GetParamStr(napi_env env, napi_value arg, const size_t size, string &result) in GetParamStr() function
152 CHECK_STATUS_RET(GetParamStr(env, arg, maxLen, result), "Failed to get string parameter"); in GetParamStringWithLength()
158 CHECK_STATUS_RET(GetParamStr(env, arg, PATH_MAX, result), "Failed to get string parameter"); in GetParamStringPathMax()