Home
last modified time | relevance | path

Searched defs:onServiceDied (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/permission/
H A Dhisysevent_permission.test.js123 onServiceDied: () => {} property in console.info
148 onServiceDied: () => {} property in console.info
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_listener_c.h29 HiSysEventListenerC(OnEventFunc onEvent, OnServiceDiedFunc onServiceDied) in HiSysEventListenerC()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_listener.cpp90 …napi_value onServiceDied = NapiHiSysEventUtil::GetPropertyByName(env, listener, ON_SERVICE_DIED_AT… in OnServiceDied() local
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/
H A Dnapi_hisysevent.test.js253 onServiceDied: () => { property in AnonymousFunction5301cea80100.AnonymousFunction5301cea80a00.watcher
286 onServiceDied: () => { property in AnonymousFunction5301cea80100.AnonymousFunction5301cea80b00.watcher
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp234 OH_NN_ReturnCode NNExecutor::SetOnServiceDied(NN_OnServiceDied onServiceDied) in SetOnServiceDied()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1593 …_ReturnCode OH_NNExecutor_SetOnServiceDied(OH_NNExecutor *executor, NN_OnServiceDied onServiceDied) in OH_NNExecutor_SetOnServiceDied()