Searched refs:EMPTY (Results 1 - 6 of 6) sorted by relevance
/base/update/updateservice/foundations/ability/sys_event/include/ |
H A D | update_system_event.h | 60 static constexpr const char *EMPTY = ""; member in OHOS::UpdateEngine::UpdateSystemEvent
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_char_decode.h | 36 static const int EMPTY = 0; member
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 36 enum class NetworkState { EMPTY = 0, IDLE, LOADING, NETWORK_ERROR }; member in OHOS::NWeb::NetworkState
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 61 EMPTY = 0,
enumerator
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 263 {EMPTY, &GetEmptyParamValueStr},
396 AppEventParam appEventParam(key, AppEventParamType::EMPTY);
in AddParam()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_native_media_player.cpp | 203 "EMPTY", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(NetworkState::EMPTY))), in ExportEnumNetworkState() 535 if ((state < static_cast<int>(NetworkState::EMPTY)) || (state > static_cast<int>(NetworkState::NETWORK_ERROR))) { in HandleNetworkStateChanged()
|
Completed in 5 milliseconds