Home
last modified time | relevance | path

Searched defs:argsPtr (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp157 auto argsPtr = JsonUtil::ParseJsonString(content); in JsParseAnimationFrames() local
187 auto argsPtr = JsonUtil::ParseJsonString(content); in JsParseAnimationOptions() local
221 auto argsPtr = JsonUtil::ParseJsonString(content); in JsParseAnimatorParams() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textpicker_ffi.cpp35 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(info); in TextPickerDialogEvent() local
57 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(info); in TextPickerDialogEvent() local
H A Dcj_datepicker_ffi.cpp49 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(eventInfo.GetSelectedStr()); in DatePickerChangeEventToFfi() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp36 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in DeclarativeParseRouteUrl() local
48 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in DeclarativeParseRouteParams() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.cpp58 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(param); in Execute() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp812 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseRouteUrl() local
827 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseRouteUrlSpecial() local
841 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseRouteParams() local
852 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseIntParams() local
864 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseRouteOverwrite() local
890 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ShowToast() local
927 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argStr); in ParseDialogButtons() local
955 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(argsStr); in ShowDialog() local
1053 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(resultStr); in JsHandleCallback() local
1466 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(arg->ToString(runtime)); in ShowActionMenu() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h680 inline void ReplacePlaceHolder(std::string& resultStr, const std::unique_ptr<JsonValue>& argsPtr) in ReplacePlaceHolder()
694 const std::unique_ptr<JsonValue>& argsPtr, const std::string& choice, const std::string& count) in ParserPluralResource()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_adapter_native_test.cpp296 QueryArgument* argsPtr = args.Unmarshalling(parcel1); variable
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp269 QueryArgument* argsPtr = argument.Unmarshalling(parcel1); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_date_picker_modifier.cpp434 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(eventInfo->GetSelectedStr()); in SetDatePickerOnDateChange() local
H A Dnode_timepicker_modifier.cpp406 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(eventInfo->GetSelectedStr()); in SetTimePickerOnChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp151 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(eventInfo.GetSelectedStr()); in DatePickerChangeEventToJSValue() local
170 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(eventInfo.GetSelectedStr()); in DatePickerDateChangeEventToJSValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp553 std::unique_ptr<JsonValue> argsPtr = JsonUtil::ParseJsonString(valueStr->ToString(vm)); in JsGetI18nResource() local