Searched refs:NotifyJS (Results 1 – 4 of 4) sorted by relevance
/base/update/updateservice/frameworks/js/napi/client/ |
D | iupdate_session.h | 36 virtual void NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) = 0;
|
D | update_session.cpp | 140 void UpdateAsyncession::NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) in NotifyJS() function in OHOS::UpdateEngine::UpdateAsyncession 181 NotifyJS(env, NULL, result); in CompleteWork() 210 void UpdatePromiseSession::NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) in NotifyJS() function in OHOS::UpdateEngine::UpdatePromiseSession 235 NotifyJS(env, NULL, result); in CompleteWork() 261 void UpdateListener::NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) in NotifyJS() function in OHOS::UpdateEngine::UpdateListener 279 void UpdateListener::NotifyJS(napi_env env, napi_value thisVar, const EventInfo &eventInfo) in NotifyJS() function in OHOS::UpdateEngine::UpdateListener
|
D | update_session.h | 222 void NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) override; 249 void NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) override; 266 void NotifyJS(napi_env env, napi_value thisVar, const UpdateResult &result) override; 268 void NotifyJS(napi_env env, napi_value thisVar, const EventInfo &eventInfo);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | session_manager.cpp | 234 listener->NotifyJS(env_, thisVar, eventInfo); in PublishToJS()
|