Home
last modified time | relevance | path

Searched refs:BuildEventParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_element.cpp26 std::string BuildEventParam(int32_t index, int32_t count) in BuildEventParam() function
74 requestItem_(BuildEventParam(index, count), result); in BuildGridData()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_param_builder.h35 …std::shared_ptr<AppEventPack> BuildEventParam(const napi_env env, const napi_value params[], size_…
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp104 std::shared_ptr<AppEventPack> NapiParamBuilder::BuildEventParam(const napi_env env, in BuildEventParam() function in OHOS::HiviewDFX::NapiParamBuilder
H A Dnapi_hiappevent_js_v9.cpp216 auto appEventPack = builder.BuildEventParam(env, params, paramNum); in SetEventParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp27 std::string BuildEventParam(int32_t beginIndex, int32_t endIndex) in BuildEventParam() function
107 command.append(BuildEventParam(beginIndex, endIndex)); in RetrieveListData()
113 std::string param = BuildEventParam(beginIndex, endIndex); in RetrieveListData()