Home
last modified time | relevance | path

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

/test/xts/acts/hiviewdfx/hilogtest/hilogjstest/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/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/cpp/types/libentry/
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/acts/multimedia/medialibrary/
Dcommon.js107 const albumTwoTypesFetchOps = function (testNum, paths, albumName, types, others) { argument
136 const albumThreeTypesFetchOps = function (testNum, paths, albumName, types, others) { argument
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_display.cpp116 std::vector<int32_t> types; in RefreshLayersCompType() local
/test/xts/hats/useriam/pinauth/src/
Dpin_auth_hdi.cpp104 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/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp121 static void ParseMethodSignature(string_view signature, vector<string> &types, size_t &defArg) in ParseMethodSignature()
483 auto &types = find->second.first; in APiCallInfoChecker() local