Home
last modified time | relevance | path

Searched refs:NotifyJS (Results 1 - 5 of 5) sorted by relevance

/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp33 NotifyJS(env, NULL, result); in CompleteWork()
45 NotifyJS(env, NULL, result); in CompleteWork()
77 void UpdateListener::NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) in NotifyJS() function in OHOS::UpdateEngine::UpdateListener
79 ENGINE_LOGI("NotifyJS"); in NotifyJS()
95 void UpdateListener::NotifyJS(napi_env env, napi_value thisVar, const EventInfo &eventInfo) in NotifyJS() function in OHOS::UpdateEngine::UpdateListener
97 ENGINE_LOGI("NotifyJS, eventId:0x%{public}08x", eventInfo.eventId); in NotifyJS()
111 ENGINE_LOGE("NotifyJS error, napi_call_function fail"); in NotifyJS()
H A Dsession_manager.cpp230 listener->NotifyJS(env_, thisVar, eventInfo); in PublishToJS()
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h138 void NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result);
140 void NotifyJS(napi_env env, napi_value thisVar, const EventInfo &eventInfo);
/base/update/updateservice/frameworks/js/napi/session/include/
H A Dbase_promise_session.h52 void NotifyJS(napi_env env, napi_value thisVar, const RESULT &result) in NotifyJS() function in OHOS::UpdateEngine::BasePromiseSession
56 ENGINE_LOGI("BasePromiseSession NotifyJS errorNum:%{public}d", errorNum); in NotifyJS()
H A Dbase_async_session.h78 void NotifyJS(napi_env env, napi_value thisVar, const RESULT &result) in NotifyJS() function in OHOS::UpdateEngine::BaseAsyncSession
80 ENGINE_LOGI("BaseAsyncSession::NotifyJS callbackNumber_: %{public}d", static_cast<int32_t>(callbackNumber_)); in NotifyJS()
91 ENGINE_LOGI("BaseAsyncSession::NotifyJS error exist"); in NotifyJS()

Completed in 3 milliseconds