Home
last modified time | relevance | path

Searched refs:HINT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp26 const char HINT[] = "hint"; variable
38 hint = json.GetString(HINT); in ParseFromJson()
49 json->Put(HINT, hint.c_str()); in ToJsonString()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md64 …IO_INTERRUPT_HINT](_a_v_player.md#oh_player_audio_interrupt_hint) | 获取音频打断HINT类型的关键字, 对应值类型是int32_…
H A D_a_v_player.md118 | const char \* [OH_PLAYER_AUDIO_INTERRUPT_HINT](#oh_player_audio_interrupt_hint) | 获取音频打断HINT类型的关键…
1574 获取音频打断HINT类型的关键字, 对应值类型是int32_t。
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md64 …md#oh_player_audio_interrupt_hint) | Pointer to the key for obtaining the HINT type of audio inter…
H A D_a_v_player.md118 …](#oh_player_audio_interrupt_hint) | Pointer to the key for obtaining the HINT type of audio inter…
1687 Pointer to the key for obtaining the HINT type of audio interruption. The value is of the int32_t t…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h143 HINT, enumerator
H A Dweb_pattern.cpp6243 JsonNodePutDefaultValue(jsonNode, WebAccessibilityType::HINT, webNodeInfo->GetHint()); in WebNodeInfoToJsonValue()