Searched refs:NotifyJS (Results 1 - 5 of 5) sorted by relevance
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_session.cpp | 33 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 D | session_manager.cpp | 230 listener->NotifyJS(env_, thisVar, eventInfo); in PublishToJS()
|
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_session.h | 138 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 D | base_promise_session.h | 52 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 D | base_async_session.h | 78 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