/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_cache_test.cpp | 277 ASSERT_EQ(events[0]->GetParamStr(), "{\"custom_data\":\"value_str\"}\n"); 289 ASSERT_EQ(events1[0]->GetParamStr(), "{}\n");
|
H A D | hiappevent_watcher_test.cpp | 90 std::cout << "params=" << event->GetParamStr() << std::endl; in OnEvents()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 42 .params = event->GetParamStr(), in CreateAppEventInfo()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher.cpp | 86 strings[strIndex] = event->GetParamStr(); in OnEvents()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_dao.cpp | 93 bucket.PutString(Events::FIELD_PARAMS, event->GetParamStr()); in Insert()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 208 std::string GetParamStr() const;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 553 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 D | appevent_watcher_impl.cpp | 386 retValue2[i].cArrParamters = CreateValueByJsonStr(it.second[i]->GetParamStr()); in getEventGroups()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_medialibrary_napi_utils.cpp | 96 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 D | napi_util.cpp | 599 SetNamedProperty(env, obj, PARAM_PROPERTY, CreateValueByJsonStr(env, event->GetParamStr())); in CreateEventInfo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 136 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()
|