Home
last modified time | relevance | path

Searched defs:find (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp44 auto find = refCountMap_.find(ref); in IncRef() local
54 auto find = refCountMap_.find(ref); in DecAndGetRef() local
76 auto find = callBackInfos_.find(event); in OnEvent() local
99 auto find = callBackInfos_.find(event); in AddCallbackInfo() local
252 const auto find = sApiArgTypesMap.find(oldApiName); in ApiMapPre() local
290 const auto find = sApiArgTypesMap.find(oldApiName); in ApiMapPost() local
370 auto find = handlers_.find(call.apiId_); in Call() local
474 auto find = sApiArgTypesMap.find(in.apiId_); in APiCallInfoChecker() local
520 auto find = sObjectCounts.find(typeName); in StoreBackendObject() local
539 auto find = sBackendObjects.find(string(ref)); in GetBackendObject() local
Dui_model.cpp42 auto find = attributes_.find(string(name)); in GetAttr() local
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_device.py111 def find(self, idevice): member in ManagerDevice