Searched refs:TYPE_VOICE_INTERACTION (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 104 TYPE_VOICE_INTERACTION, member in OHOS::Rosen::ApiWindowType 131 { ApiWindowType::TYPE_VOICE_INTERACTION, WindowType::WINDOW_TYPE_VOICE_INTERACTION }, member in OHOS::Rosen::ApiWindowType 172 { WindowType::WINDOW_TYPE_VOICE_INTERACTION, ApiWindowType::TYPE_VOICE_INTERACTION },
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.h | 57 TYPE_VOICE_INTERACTION, member in OHOS::Rosen::JsSessionType 96 { WindowType::WINDOW_TYPE_VOICE_INTERACTION, JsSessionType::TYPE_VOICE_INTERACTION }, 135 { JsSessionType::TYPE_VOICE_INTERACTION, WindowType::WINDOW_TYPE_VOICE_INTERACTION }, member in OHOS::Rosen::JsSessionType
|
H A D | js_scene_utils.cpp | 1449 SetTypeProperty(objValue, env, "TYPE_VOICE_INTERACTION", JsSessionType::TYPE_VOICE_INTERACTION); in SessionTypeInit()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 80 TYPE_VOICE_INTERACTION,
member in OHOS::Rosen::ApiWindowType 118 { WindowType::WINDOW_TYPE_VOICE_INTERACTION, ApiWindowType::TYPE_VOICE_INTERACTION },
143 { ApiWindowType::TYPE_VOICE_INTERACTION, WindowType::WINDOW_TYPE_VOICE_INTERACTION },
member in OHOS::Rosen::ApiWindowType
|
H A D | js_window_utils.cpp | 70 napi_set_named_property(env, objValue, "TYPE_VOICE_INTERACTION", CreateJsValue(env,
in WindowTypeInit() 71 static_cast<int32_t>(ApiWindowType::TYPE_VOICE_INTERACTION)));
in WindowTypeInit()
|
Completed in 8 milliseconds