Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 - 6 of 6) sorted by relevance

/base/update/updateservice/foundations/ability/sys_event/include/
H A Dupdate_system_event.h60 static constexpr const char *EMPTY = ""; member in OHOS::UpdateEngine::UpdateSystemEvent
/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h36 static const int EMPTY = 0; member
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h36 enum class NetworkState { EMPTY = 0, IDLE, LOADING, NETWORK_ERROR }; member in OHOS::NWeb::NetworkState
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h61 EMPTY = 0, enumerator
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp263 {EMPTY, &GetEmptyParamValueStr},
396 AppEventParam appEventParam(key, AppEventParamType::EMPTY); in AddParam()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp203 "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