Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h536 bool RemoveGlobalCallObject(const std::string &instanceName);
H A Dworker.cpp560 if (!worker->RemoveGlobalCallObject(instanceName)) { in UnregisterGlobalCallObject()
1187 bool Worker::RemoveGlobalCallObject(const std::string &instanceName) in RemoveGlobalCallObject() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp242 static void RemoveGlobalCallObject(Worker *worker, napi_env env) in RemoveGlobalCallObject() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
252 ASSERT_FALSE(worker->RemoveGlobalCallObject(messageStr)); in RemoveGlobalCallObject()
253 ASSERT_TRUE(worker->RemoveGlobalCallObject(instanceName)); in RemoveGlobalCallObject()
4241 RemoveGlobalCallObject(worker, env); in HWTEST_F()

Completed in 13 milliseconds