Home
last modified time | relevance | path

Searched defs:types (Results 1 – 20 of 20) sorted by relevance

/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/cpp/types/libentry/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/cpp/types/libbundlendk/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/cpp/types/libbundlendk1/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/cpp/types/libentry/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/hiviewdfx/hiview/faultlogger/faultloggerjs/src/main/cpp/types/libfaultlogger_test_napi/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp/types/libhilogndk/
Dpackage.json3 "types": "./index.d.ts" string
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/types/libffrtndk/
Dpackage.json3 "types": "./index.d.ts", string
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsdataabilityrelyhap/entry/src/main/ets/TestDataAbility/
Ddata.ts186 let types; variable
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsdataabilityrelyhap/entry/src/main/ets/TestDataAbility2/
Ddata.ts186 let types; variable
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsfwkdataaccessortest/src/main/js/TestDataAbility/
Ddata.js186 let types; variable
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsfwkdataaccessortest/src/main/js/TestDataAbility2/
Ddata.js186 let types; variable
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_display.cpp116 std::vector<int32_t> types; in RefreshLayersCompType() local
/test/xts/acts/multimedia/medialibrary/
Dcommon.js117 const albumTwoTypesFetchOps = function(testNum, paths, albumName, types, others) { argument
146 const albumThreeTypesFetchOps = function(testNum, paths, albumName, types, others) { argument
/test/xts/hats/useriam/pinauth/src/
Dpin_auth_hdi.cpp115 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/xts/hats/useriam/faceauth/src/
Dface_auth_hdi.cpp125 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/xts/hats/useriam/fingerprintauth/src/
Dfingerprint_auth_hdi.cpp124 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/xts/hats/useriam/faceauth_additional/src/
Dface_auth_hdi.cpp98 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/xts/hats/useriam/fingerprintauth_additional/src/
Dfingerprint_auth_hdi.cpp97 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/xts/hats/useriam/pinauth_additional/src/
Dpin_auth_hdi.cpp132 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<GetPropertyType> &types) in FillTestGetPropertyTypeVector()
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp121 static void ParseMethodSignature(string_view signature, vector<string> &types, size_t &defArg) in ParseMethodSignature()
490 auto &types = find->second.first; in APiCallInfoChecker() local