Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp200 const std::string NPI_NETWORK_STATE_ENUM_NAME = "NetworkState"; in ExportEnumNetworkState() local
213 … napi_define_class(env, NPI_NETWORK_STATE_ENUM_NAME.c_str(), NPI_NETWORK_STATE_ENUM_NAME.length(), in ExportEnumNetworkState()
216 return napi_set_named_property(env, *value, NPI_NETWORK_STATE_ENUM_NAME.c_str(), enumValue); in ExportEnumNetworkState()