Home
last modified time | relevance | path

Searched refs:dialogTitle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp56 char *dialogTitle = JSI::GetStringProperty(args[0], TITLE_KEY); in ShowDialog() local
57 jsDialog->SetTitle(dialogTitle); in ShowDialog()
58 HILOG_INFO(HILOG_MODULE_ACE, "dialog title = %{public}s", dialogTitle); in ShowDialog()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp336 void WindowOption::SetDialogTitle(const std::string& dialogTitle) in SetDialogTitle() argument
338 dialogTitle_ = dialogTitle; in SetDialogTitle()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/
H A DBrInterfaceTest.ets294 * @param dialogTitle Dialog title
298 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
300 title : dialogTitle ,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/
H A DbrTestManager.ets290 * @param dialogTitle Dialog title
294 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
296 title : dialogTitle ,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subSppTest/
H A DsppServerTest.ets353 * @param dialogTitle Dialog title
357 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
359 title : dialogTitle ,
H A DsppClientTest.ets379 * @param dialogTitle Dialog title
383 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
385 title : dialogTitle ,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subSppTestManager/
H A DsppServerManager.ets351 * @param dialogTitle Dialog title
355 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
357 title : dialogTitle ,
H A DsppClientManager.ets382 * @param dialogTitle Dialog title
386 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
388 title : dialogTitle ,
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h259 void SetDialogTitle(const std::string& dialogTitle);
/ohos5.0/base/inputmethod/imf/services/dialog/entry/src/main/ets/pages/
H A Dindex.ets54 Text($r('app.string.dialogTitle'))
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DdeviceFound.ets771 * @param dialogTitle Dialog title
775 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
777 title : dialogTitle ,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DdeviceFound.ets761 * @param dialogTitle Dialog title
765 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue…
767 title : dialogTitle ,
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp499 std::string dialogTitle; in ParseConfigOption() local
500 if (ParseJsValue(jsObject, env, "title", dialogTitle)) { in ParseConfigOption()
501 option.SetDialogTitle(dialogTitle); in ParseConfigOption()