Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/jsunit/src/module/assert/
H A DisPromiseLike.js24 function isA(typeName, value) {
25 return getType(value) === '[object ' + typeName + ']';
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/
H A DDeepTypeUtils.js20 static isA(typeName, value) {
21 return this.getType(value) === '[object ' + typeName + ']';
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DDeepTypeUtils.js19 static isA_(typeName, value) {
20 return this.getType_(value) === '[object ' + typeName + ']';
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp116 static napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value function) in MountJsConstructorToGlobal() argument
119 const string name = "constructor_" + string(typeName); in MountJsConstructorToGlobal()
127 static napi_status GetJsConstructorFromGlobal(napi_env env, string_view typeName, napi_value *pFunction) in GetJsConstructorFromGlobal() argument
130 const string name = "constructor_" + string(typeName); in GetJsConstructorFromGlobal()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp539 const auto typeName = string(ptr->GetFrontendClassDef().name_); in StoreBackendObject() local
540 auto find = sObjectCounts.find(typeName); in StoreBackendObject()
545 auto ref = typeName + "#" + to_string(index); in StoreBackendObject()
546 sObjectCounts[typeName] = index + 1; in StoreBackendObject()

Completed in 5 milliseconds