Home
last modified time | relevance | path

Searched defs:rootInfoVec (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_other_test.cpp1105 vector<RootInfo> rootInfoVec; variable
1133 vector<RootInfo> rootInfoVec; variable
1180 vector<RootInfo> rootInfoVec; variable
H A Dfile_access_ext_stub_impl_test.cpp773 vector<RootInfo> rootInfoVec; variable
798 vector<RootInfo> rootInfoVec; variable
H A Dabnormal_file_access_test.cpp383 vector<RootInfo> rootInfoVec; variable
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextabilitymock.h49 int GetRoots(std::vector<RootInfo> &rootInfoVec) override { return 0; }; in GetRoots()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_ability.cpp133 int FileAccessExtAbility::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots()
H A Dfile_access_ext_stub_impl.cpp208 int FileAccessExtStubImpl::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots()
H A Dfile_access_ext_stub.cpp516 std::vector<RootInfo> rootInfoVec; in CmdGetRoots() local
H A Dfile_access_ext_proxy.cpp736 int FileAccessExtProxy::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots()
H A Dfile_access_helper.cpp893 int FileAccessHelper::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots()
H A Djs_file_access_ext_ability.cpp1252 int JsFileAccessExtAbility::GetRoots(std::vector<RootInfo> &rootInfoVec) in GetRoots()
1268 Value<std::vector<RootInfo>> rootInfoVec; in GetRoots() local
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp908 std::vector<RootInfo> &rootInfoVec, in MakeGetRootsResult()