Home
last modified time | relevance | path

Searched refs:RemoveGlobalCallObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h550 bool RemoveGlobalCallObject(const std::string &instanceName);
H A Dworker.cpp591 if (!worker->RemoveGlobalCallObject(instanceName)) { in UnregisterGlobalCallObject()
1209 bool Worker::RemoveGlobalCallObject(const std::string &instanceName) in RemoveGlobalCallObject() function in Commonlibrary::Concurrent::WorkerModule::Worker