Home
last modified time | relevance | path

Searched defs:ReadParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.h179 struct ReadParam { struct
180 napi_env env;
181 napi_async_work asyncWork;
182 napi_deferred deferred;
183 napi_ref callbackRef;
184 uint8_t* buffer = nullptr;
185 int bytesRead = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dmonitor_config.cpp63 void MonitorConfig::ReadParam(const std::string &name, uint32_t &value) in ReadParam() function in OHOS::HiviewDFX::MonitorConfig