Home
last modified time | relevance | path

Searched defs:function (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/resourceschedule/resourceschedule_standard/ffrtndktest/entry/src/main/cpp/
Dffrtndktest.cpp36 struct function { struct
37 ffrt_function_header_t header; argument
44 auto f = reinterpret_cast<function<std::decay_t<T>>*>(t); in exec_function_wrapper() argument
/test/testfwk/arkxtest/uitest/test/
Dcommon_utilities_test.cpp26 constexpr string_view function = "function"; in TEST() local
/test/xts/acts/telephony/telephonyjstest/netmanager_base/dnsndk/dns_ndk/entry/src/main/cpp/
DdnsNdkTest.cpp84 int function = 0; in RegisterDnsResolver() local
/test/testfwk/arkxtest/jsunit/src/
DConstant.js64 'function': 1, property
/test/testfwk/arkxtest/uitest/napi/
Duitest_napi.cpp116 …tic napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value function) in MountJsConstructorToGlobal()