Home
last modified time | relevance | path

Searched refs:ON_EVENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/api/callback/
H A Diupdate_callback.h29 ON_EVENT = 1 enumerator
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_callback_stub.cpp34 if (code == ON_EVENT) { in OnRemoteRequest()
/ohos5.0/base/update/updateservice/services/callback/src/
H A Dupdate_callback_proxy.cpp41 result = remote->SendRequest(ON_EVENT, data, reply, option); in OnEvent()