Home
last modified time | relevance | path

Searched refs:SetExtra (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp38 .SetExtra(Recorder::KEY_NAV_PAGE, url_) in NavigatePage()
39 .SetExtra(Recorder::KEY_NAV_PAGE_PARAM, params_) in NavigatePage()
40 .SetExtra(Recorder::KEY_NAV_PAGE_TYPE, GetNavigatorType()); in NavigatePage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp109 EventParamsBuilder& EventParamsBuilder::SetExtra(const std::string& key, const std::string& value) in SetExtra() function in OHOS::Ace::Recorder::EventParamsBuilder
251 .SetExtra(Recorder::KEY_PAGE_PARAM, param); in OnPageShow()
261 .SetExtra(KEY_DURATION, std::to_string(duration)); in OnPageHide()
321 builder.SetExtra(KEY_DURATION, std::to_string(duration)); in OnNavDstHide()
H A Dexposure_processor.cpp66 .SetExtra(KEY_DURATION, std::to_string(duration)); in OnVisibleChange()
H A Devent_recorder.h116 EventParamsBuilder& SetExtra(const std::string& key, const std::string& value);
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_trustdevice_req.h42 void SetExtra(const std::string &extra) in SetExtra() function
H A Dipc_start_discovery_req.h63 void SetExtra(const std::string &extra) in SetExtra() function
H A Dipc_authenticate_device_req.h83 void SetExtra(const std::string &extra) in SetExtra() function
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/include/
H A Dability_tool.h30 void SetExtra(const char *extra);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dmain.cpp72 tool.SetExtra(optarg); in SetOptions()
H A Dability_tool.cpp69 void AbilityTool::SetExtra(const char *extra) in SetExtra() function in OHOS::AbilityTool
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp1003 builder1.SetExtra(key, value);
1018 builder1.SetExtra(key, value);
1032 builder1.SetExtra(key, value);
1046 builder1.SetExtra(key, value);
1085 builder1.SetExtra("1", "1");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.cpp80 .SetExtra(Recorder::KEY_PAGE_PARAM, param) in FireOnShownEvent()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp226 req->SetExtra(extra);
297 req->SetExtra(extra);
373 req->SetExtra(extra);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp300 .SetExtra(Recorder::KEY_TITLE, title_) in RecordEvent()
301 .SetExtra(Recorder::KEY_SUB_TITLE, subtitle_); in RecordEvent()
955 .SetExtra(Recorder::KEY_TITLE, pattern->title_) in BuildSheetItem()
956 .SetExtra(Recorder::KEY_SUB_TITLE, pattern->subtitle_); in BuildSheetItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp239 void SetExtra(const std::string& extra) in SetExtra() function in OHOS::Ace::Framework::JSHitTestValue
844 result->SetExtra(hitResult.GetExtraData()); in GetHitTestValue()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp205 req->SetExtra(extra); in GetTrustedDeviceList()
236 req->SetExtra(extra); in GetTrustedDeviceList()
417 req->SetExtra(extra); in StartDeviceDiscovery()
628 req->SetExtra(extra); in AuthenticateDevice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2408 .SetExtra(Recorder::KEY_TITLE, dialogProps.title) in ShowDialog()
2409 .SetExtra(Recorder::KEY_SUB_TITLE, dialogProps.subtitle); in ShowDialog()
2436 .SetExtra(Recorder::KEY_TITLE, dialogProps.title) in ShowDialogWithNode()
2437 .SetExtra(Recorder::KEY_SUB_TITLE, dialogProps.subtitle); in ShowDialogWithNode()
2481 .SetExtra(Recorder::KEY_TITLE, dialogProps.title) in CustomDialogRecordEvent()
2482 .SetExtra(Recorder::KEY_SUB_TITLE, dialogProps.subtitle); in CustomDialogRecordEvent()