Searched refs:needRemove (Results 1 – 3 of 3) sorted by relevance
95 void ClearCbMap(bool needRemove, int32_t persistentId);
410 …session->RegisterClearCallbackMapCallback([weakThis = wptr(this)](bool needRemove, int32_t persist… in JsSceneSession() argument416 jsSceneSession->ClearCbMap(needRemove, persistentId); in JsSceneSession()854 void JsSceneSession::ClearCbMap(bool needRemove, int32_t persistentId) in ClearCbMap() argument856 if (!needRemove) { in ClearCbMap()
73 using ClearCallbackMapFunc = std::function<void(bool needRemove, int32_t persistentId)>;