Home
last modified time | relevance | path

Searched refs:rootInfoVec (Results 1 - 18 of 18) sorted by relevance

/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp518 std::vector<RootInfo> rootInfoVec; in CmdGetRoots() local
519 int ret = GetRoots(rootInfoVec); in CmdGetRoots()
525 int64_t count {rootInfoVec.size()}; in CmdGetRoots()
531 for (const auto &rootInfo : rootInfoVec) { in CmdGetRoots()
H A Dfile_access_ext_stub_impl.cpp208 int FileAccessExtStubImpl::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots() argument
217 int ret = extension_->GetRoots(rootInfoVec); in GetRoots()
H A Dfile_access_ext_ability.cpp133 int FileAccessExtAbility::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots() argument
H A Dfile_access_ext_proxy.cpp737 int FileAccessExtProxy::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots() argument
772 rootInfoVec.clear(); in GetRoots()
776 rootInfoVec.push_back(*rootInfoPtr); in GetRoots()
H A Djs_file_access_ext_ability.cpp1252 int JsFileAccessExtAbility::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots() argument
1268 Value<std::vector<RootInfo>> rootInfoVec; in GetRoots()
1269 bool ret = ParserGetRootsJsResult(env, result, rootInfoVec); in GetRoots()
1275 *value = std::move(rootInfoVec); in GetRoots()
1290 rootInfoVec = std::move(value->data); in GetRoots()
H A Dfile_access_helper.cpp895 int FileAccessHelper::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots() argument
925 rootInfoVec.insert(rootInfoVec.end(), results.begin(), results.end()); in GetRoots()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Difile_access_ext_base.h76 virtual int GetRoots(std::vector<RootInfo> &rootInfoVec) = 0;
H A Dfile_access_ext_stub_impl.h54 int GetRoots(std::vector<RootInfo> &rootInfoVec) override;
H A Dfile_access_ext_proxy.h56 virtual int GetRoots(std::vector<RootInfo> &rootInfoVec) override;
H A Dfile_access_ext_ability.h59 virtual int GetRoots(std::vector<RootInfo> &rootInfoVec);
H A Dfile_access_helper.h86 int GetRoots(std::vector<RootInfo> &rootInfoVec);
H A Djs_file_access_ext_ability.h99 int GetRoots(std::vector<RootInfo> &rootInfoVec) override;
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextabilitymock.h49 int GetRoots(std::vector<RootInfo> &rootInfoVec) override { return 0; };
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dfile_access_ext_ability_mock.h48 MOCK_METHOD1(GetRoots, int(std::vector<RootInfo> &rootInfoVec));
/foundation/filemanagement/user_file_service/test/unittest/
H A Dabnormal_file_access_test.cpp383 vector<RootInfo> rootInfoVec; in HWTEST_F() local
385 int result = g_fah->GetRoots(rootInfoVec); in HWTEST_F()
H A Dfile_access_ext_stub_impl_test.cpp773 vector<RootInfo> rootInfoVec; in HWTEST_F() local
775 int result = impl.GetRoots(rootInfoVec); in HWTEST_F()
798 vector<RootInfo> rootInfoVec; in HWTEST_F() local
800 int result = impl.GetRoots(rootInfoVec); in HWTEST_F()
H A Djs_file_access_ext_ability_other_test.cpp1105 vector<RootInfo> rootInfoVec; in HWTEST_F() local
1109 auto result = ability->GetRoots(rootInfoVec); in HWTEST_F()
1133 vector<RootInfo> rootInfoVec; in HWTEST_F() local
1155 auto result = ability->GetRoots(rootInfoVec); in HWTEST_F()
1180 vector<RootInfo> rootInfoVec; in HWTEST_F() local
1202 auto result = ability->GetRoots(rootInfoVec); in HWTEST_F()
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp909 std::vector<RootInfo> &rootInfoVec, in MakeGetRootsResult()
926 rootIteratorEntity->devVec = std::move(rootInfoVec); in MakeGetRootsResult()
907 MakeGetRootsResult(napi_env &env, std::shared_ptr<FileAccessHelper> helper, std::vector<RootInfo> &rootInfoVec, NVal &nVal) MakeGetRootsResult() argument

Completed in 17 milliseconds