Home
last modified time | relevance | path

Searched defs:eventName (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/entry/src/ohosTest/js/test/
DAVSessionControllerErrorCode.test.js76 function offCallbackInvalidParam(eventName) { argument
85 async function offCallbackInvalidController(eventName) { argument
96 async function offCallbackInvalidSession(eventName) { argument
107 async function onCallbackInvalidSession(eventName) { argument
118 async function onCallbackInvalidController(eventName) { argument
129 function onCallbackInvalidParam(eventName) { argument
DAVSessionErrorCode.test.js103 function offCallbackInvalidParam(eventName) { argument
112 async function offCallbackInvalidSession(eventName) { argument
123 function onCallbackInvalidParam(eventName) { argument
132 async function onCallbackInvalidSession(eventName) { argument
DAVSessionControllerJSTest.js270 async function onCallbackInvalidSession(eventName) { argument
/test/ostest/wukong/report/src/
Dsysevent_listener.cpp32 std::string eventName = sysEvent->GetEventName(); in OnEvent() local
Dexception_manager.cpp80 std::string eventName = ""; in StartCatching() local
/test/xts/acts/hiviewdfx/hicollietest/hicolliendktest/entry/src/main/cpp/
Dnapi_init.cpp36 void InitBeginFunc(const char* eventName) in InitBeginFunc()
40 void InitEndFunc(const char* eventName) in InitEndFunc()
/test/testfwk/arkxtest/jsunit/src/
Dcore.js93 async fireEvents(serviceName, eventName) { argument
/test/xts/acts/hiviewdfx/hiview/faultlogger/faultloggerjs/src/main/js/test/
Dfaultlogger.test.js47 function BeginSubscriptionOnEvent(domainName, eventName, onEventCallback) { argument