Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp44 auto find = refCountMap_.find(ref); in IncRef()
45 if (find != refCountMap_.end()) { in IncRef()
48 refCountMap_.insert(make_pair(ref, 1)); in IncRef()
54 auto find = refCountMap_.find(ref); in DecAndGetRef()
55 if (find != refCountMap_.end()) { in DecAndGetRef()
58 refCountMap_.erase(find); in DecAndGetRef()
115 map<string, int> refCountMap_; member in OHOS::uitest::UiEventFowarder

Completed in 4 milliseconds