Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/include/
Dnweb_save_cookie_callback.h33 void SetCallBack(const std::function<void(bool)> &&callback) in SetCallBack() function
Dnweb_store_web_archive_callback.h33 void SetCallBack(const std::function<void(std::string)> &&callback) in SetCallBack() function
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
Dcadaemon_interface.h41 virtual int32_t SetCallBack(const sptr<IRemoteObject> &notify) = 0;
Dcadaemon_service.h87 int32_t SetCallBack(const sptr<IRemoteObject> &notify) override;
Dcadaemon_stub.cpp539 return SetCallBack(notify); in SetCallBackRecvProc()
Dcadaemon_service.cpp1160 int32_t CaDaemonService::SetCallBack(const sptr<IRemoteObject> &notify) in SetCallBack() function in OHOS::CaDaemon::CaDaemonService
/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp217 callbackImpl->SetCallBack([env, jCallback = std::move(jsCallback)](std::string result) { in StoreWebArchiveCallback()
265 callbackImpl->SetCallBack([env, deferred](std::string result) { in StoreWebArchivePromise()
/base/tee/tee_client/interfaces/kits/c/src/
Dtee_client.h112 bool SetCallBack();
Dtee_client.cpp35 bool TeeClient::SetCallBack() in SetCallBack() function in OHOS::TeeClient
111 result = SetCallBack(); in InitTeecService()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp366 callbackImpl->SetCallBack([env, jCallback = std::move(jsCallback)](std::string result) { in StoreWebArchiveCallback()
413 callbackImpl->SetCallBack([env, deferred](std::string result) { in StoreWebArchivePromise()