/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/createfd_fuzzer/ |
H A D | createfd_fuzzer.cpp | 33 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 D | extend_resource_manager_proxy_test.cpp | 185 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 D | quick_fix_manager_interface.h | 50 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() function
|
H A D | quick_fix_manager_proxy.h | 44 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 D | quick_fix_manager_host_impl.h | 41 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 D | quick_fix_manager_proxy.cpp | 169 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 D | quick_fix_manager_host.cpp | 142 auto ret = CreateFd(fileName, fd, path); in HandleCreateFd()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/ |
H A D | extend_resource_manager_interface.h | 65 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() function
|
H A D | extend_resource_manager_proxy.h | 45 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 D | extend_resource_manager_proxy.cpp | 253 ErrCode ExtendResourceManagerProxy::CreateFd( in CreateFd() function in OHOS::AppExecFwk::ExtendResourceManagerProxy 323 auto ret = CreateFd(fileName, destFd, destPath); in CopyFiles()
|
H A D | extend_resource_manager_host.cpp | 176 auto ret = CreateFd(fileName, fd, path); in HandleCreateFd()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/ |
H A D | quickfixmanagerhostipml_fuzzer.cpp | 53 quickFixManagerHostImpl->CreateFd(fileName, fd, path); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/ |
H A D | extend_resource_manager_host_impl.h | 39 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 D | quick_fix_manager_host_impl.cpp | 114 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 D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 646 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 D | mock_bundle_manager.h | 177 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 D | bms_bundle_quick_fix_test.cpp | 2549 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 D | extend_resource_manager_host_impl.cpp | 634 ErrCode ExtendResourceManagerHostImpl::CreateFd( in CreateFd() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
|