Home
last modified time | relevance | path

Searched refs:RemoveAllListener (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h254 static napi_value RemoveAllListener(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp79 DECLARE_NAPI_FUNCTION("removeAllListener", RemoveAllListener), in InitWorker()
745 napi_value Worker::RemoveAllListener(napi_env env, napi_callback_info cbinfo) in RemoveAllListener() function in Commonlibrary::Concurrent::WorkerModule::Worker
752 HILOG_ERROR("worker:: worker is nullptr when RemoveAllListener, maybe worker is terminated"); in RemoveAllListener()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp1799 std::string funcName = "RemoveAllListener"; in HWTEST_F()
1801 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::RemoveAllListener, worker, &cb); in HWTEST_F()
3062 std::string funcName = "RemoveAllListener"; in HWTEST_F()
3064 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::RemoveAllListener, nullptr, &cb); in HWTEST_F()

Completed in 14 milliseconds