Home
last modified time | relevance | path

Searched refs:List (Results 1 – 17 of 17) sorted by relevance

/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
DZipAlign.java25 import java.util.List;
50 List<String> entryNames = getEntryNamesFromZip(inputZip); in copyFileAndAlignment()
55 …private static void copyFiles(List<String> entryNames, ZipFile in, ZipOutputStream out, long times… in copyFiles()
105 private static List<String> getEntryNamesFromZip(ZipFile zipFile) { in getEntryNamesFromZip()
106 List<String> result = new ArrayList<String>(); in getEntryNamesFromZip()
/base/hiviewdfx/hiview/adapter/service/idl/include/
Dihiview_service_ability.h32 virtual int32_t List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) = 0;
Dhiview_service_ability_proxy.h32 int32_t List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) override;
Dhiview_service_agent.h29 static int32_t List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos);
Dhiview_service_ability.h44 int32_t List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) override;
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dnapi_hiview_js.cpp33 static napi_value List(napi_env env, napi_callback_info info) in List() function
54 int32_t retCode = HiviewServiceAgent::List(logType, fileInfos); in List()
162 DECLARE_NAPI_FUNCTION("list", List), in Init()
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_service_agent.cpp34 int32_t HiviewServiceAgent::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List() function in OHOS::HiviewDFX::HiviewServiceAgent
42 return proxy.List(logType, fileInfos); in List()
Dhiview_service_ability_proxy.cpp28 int32_t HiviewServiceAbilityProxy::List(const std::string& logType, std::vector<HiviewFileInfo>& fi… in List() function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
Dhiview_service_ability_stub.cpp87 int32_t ret = List(logType, fileInfos); in HandleListRequest()
Dhiview_service_ability.cpp160 int32_t HiviewServiceAbility::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInf… in List() function in OHOS::HiviewDFX::HiviewServiceAbility
/base/update/updater/test/unittest/test_data/diffpatch/
DPatchGztest_new.gz
DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/MainAbility/pages/index/
Dindex.ets19 import testsuite from '../../../test/List.test'
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/MainAbility/pages/index/
Dindex.ets19 import testsuite from '../../../test/List.test'
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/MainAbility/pages/index/
Dindex.ets19 import testsuite from '../../../test/List.test'
/base/inputmethod/imf/services/dialog/entry/src/main/ets/pages/
Dindex.ets46 List({ space: 1, initialIndex: 0 }) {
/base/request/request/
DREADME.md154 | files | Array\<File> | List of local files. |
155 | data | Array\<RequestData> | List of upload request forms. |