Searched refs:dialogTitle (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dialog_module.cpp | 56 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 D | window_option.cpp | 336 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 D | BrInterfaceTest.ets | 294 * @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 D | brTestManager.ets | 290 * @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 D | sppServerTest.ets | 353 * @param dialogTitle Dialog title 357 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue… 359 title : dialogTitle ,
|
H A D | sppClientTest.ets | 379 * @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 D | sppServerManager.ets | 351 * @param dialogTitle Dialog title 355 function showDialog(dialogTitle: string | Resource , dialogMessage: string | Resource , buttonValue… 357 title : dialogTitle ,
|
H A D | sppClientManager.ets | 382 * @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 D | window_option.h | 259 void SetDialogTitle(const std::string& dialogTitle);
|
/ohos5.0/base/inputmethod/imf/services/dialog/entry/src/main/ets/pages/ |
H A D | index.ets | 54 Text($r('app.string.dialogTitle'))
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | deviceFound.ets | 771 * @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 D | deviceFound.ets | 761 * @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 D | js_window_manager.cpp | 499 std::string dialogTitle; in ParseConfigOption() local 500 if (ParseJsValue(jsObject, env, "title", dialogTitle)) { in ParseConfigOption() 501 option.SetDialogTitle(dialogTitle); in ParseConfigOption()
|