Home
last modified time | relevance | path

Searched refs:CreateFd (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/createfd_fuzzer/
H A Dcreatefd_fuzzer.cpp33 auto ret = impl.CreateFd(TEST_BUNDLE, fd, path); in fuzzelCreateFdCaseOne()
45 auto ret = impl.CreateFd(EMPTY_STRING, fd, path); in fuzzelCreateFdCaseTwo()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/
H A Dextend_resource_manager_proxy_test.cpp185 ErrCode res = extendResource.CreateFd(EMPTY_STRING, fd, path);
188 res = extendResource.CreateFd(BUNDLE_NAME, fd, path);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_manager_interface.h50 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() function
H A Dquick_fix_manager_proxy.h44 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_manager_host_impl.h41 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp169 ErrCode QuickFixManagerProxy::CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() function in OHOS::AppExecFwk::QuickFixManagerProxy
238 auto ret = CreateFd(fileName, destFd, destPath); in CopyFiles()
H A Dquick_fix_manager_host.cpp142 auto ret = CreateFd(fileName, fd, path); in HandleCreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/
H A Dextend_resource_manager_interface.h65 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() function
H A Dextend_resource_manager_proxy.h45 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_proxy.cpp253 ErrCode ExtendResourceManagerProxy::CreateFd( in CreateFd() function in OHOS::AppExecFwk::ExtendResourceManagerProxy
323 auto ret = CreateFd(fileName, destFd, destPath); in CopyFiles()
H A Dextend_resource_manager_host.cpp176 auto ret = CreateFd(fileName, fd, path); in HandleCreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/
H A Dquickfixmanagerhostipml_fuzzer.cpp53 quickFixManagerHostImpl->CreateFd(fileName, fd, path); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h39 ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp114 ErrCode QuickFixManagerHostImpl::CreateFd(const std::string &fileName, int32_t &fd, std::string &pa… in CreateFd() function in OHOS::AppExecFwk::QuickFixManagerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp646 auto result = impl->CreateFd(fileName, fd, path);
664 auto result = impl->CreateFd(fileName, fd, path);
698 auto result = impl->CreateFd(fileName, fd, path);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h177 MOCK_METHOD3(CreateFd, ErrCode(const std::string& fileName, int32_t& fd, std::string& path));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2549 auto res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2552 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2555 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2558 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2562 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2566 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2570 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
2574 res = quickFixManagerHostImpl.CreateFd(fileName, fd, path);
3733 ErrCode ret = quickFixProxy->CreateFd(fileName, fd, path);
4094 auto res = quickFixMgrHostImpl.CreateFd(fileName, fd, path);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp634 ErrCode ExtendResourceManagerHostImpl::CreateFd( in CreateFd() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl