/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_environment.cpp | 55 ConsoleModule::Load(); in LoadAceBuiltInModules() 56 RenderModule::Load(); in LoadAceBuiltInModules() 57 RequireModule::Load(); in LoadAceBuiltInModules() 58 FeaAbilityModule::Load(); in LoadAceBuiltInModules() 59 JsTestModule::Load(); in LoadAceBuiltInModules() 60 TimersModule::Load(); in LoadAceBuiltInModules() 62 SyscapsModule::Load(); in LoadAceBuiltInModules() 64 PerformaceProfilerModule::Load(); in LoadAceBuiltInModules() 65 AceVersionModule::Load(); in LoadAceBuiltInModules() 66 IntlControlModule::Load(); in LoadAceBuiltInModules() [all...] |
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/ |
H A D | soundpoolloadunload_fuzzer.cpp | 61 TestSoundPool::Load(url);
in FuzzSoundPoolLoad() 68 TestSoundPool::Load(fd, 0, filesize);
in FuzzSoundPoolLoad() 77 TestSoundPool::Load(url);
in FuzzSoundPoolLoad() 79 TestSoundPool::Load(fd, 0, filesize);
in FuzzSoundPoolLoad() 107 urlSoundid = TestSoundPool::Load(url);
in FuzzSoundPoolUnload() 114 fdSoundid = TestSoundPool::Load(fd, 0, filesize);
in FuzzSoundPoolUnload()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_loader_test.cpp | 55 EglWrapperLoader::GetInstance().Load(&dispatchTable); in HWTEST_F() 72 auto result = EglWrapperLoader::GetInstance().Load(&dispatchTable); in HWTEST_F() 83 auto result = EglWrapperLoader::GetInstance().Load(nullptr); in HWTEST_F() 96 auto result = EglWrapperLoader::GetInstance().Load(&dispatchTable); in HWTEST_F() 98 result = EglWrapperLoader::GetInstance().Load(&dispatchTable); in HWTEST_F() 110 EglWrapperLoader::GetInstance().Load(&dispatchTable); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | shader_cache_test.cpp | 68 EXPECT_EQ(nullptr, cache.Load(*fakeData)); in HWTEST_F() 97 EXPECT_EQ(nullptr, cache.Load(*fakeData)); in HWTEST_F() 131 EXPECT_EQ(nullptr, cache.Load(*fakeData)); in HWTEST_F() 164 EXPECT_EQ(nullptr, cache.Load(*fakeKey)); in HWTEST_F() 197 EXPECT_EQ(nullptr, cache.Load(*fakeKey)); in HWTEST_F() 233 EXPECT_EQ(fakeData->GetSize(), cache.Load(*fakeKey)->GetSize()); in HWTEST_F() 270 EXPECT_EQ(fakeData->GetSize(), cache.Load(*fakeKey)->GetSize()); in HWTEST_F() 285 EXPECT_EQ(nullptr, cache.Load(*fakeData)); in HWTEST_F() 337 EXPECT_EQ(nullptr, cache.Load(*fakeKey)); in HWTEST_F() 340 cache.Load(*fakeKe in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | vertex_input_declaration_loader.cpp | 92 VertexInputDeclarationLoader::LoadResult Load( in Load() function 132 VertexInputDeclarationLoader::LoadResult VertexInputDeclarationLoader::Load(const string_view jsonString) in Load() function in VertexInputDeclarationLoader 137 result = RENDER_NS::Load(json, uri_, vertexInputDeclarationData_); in Load() 146 VertexInputDeclarationLoader::LoadResult VertexInputDeclarationLoader::Load( in Load() function in VertexInputDeclarationLoader 168 return Load(string_view(raw)); in Load()
|
H A D | vertex_input_declaration_loader.h | 60 LoadResult Load(BASE_NS::string_view jsonString); 67 LoadResult Load(CORE_NS::IFileManager& fileManager, BASE_NS::string_view uri);
|
H A D | pipeline_layout_loader.h | 60 LoadResult Load(BASE_NS::string_view jsonString); 67 LoadResult Load(CORE_NS::IFileManager& fileManager, BASE_NS::string_view uri);
|
H A D | pipeline_layout_loader.cpp | 76 PipelineLayoutLoader::LoadResult Load(const json::value& jsonData, const string_view uri, PipelineLayout& pl) in Load() function 153 PipelineLayoutLoader::LoadResult PipelineLayoutLoader::Load(const string_view jsonString) in Load() function in PipelineLayoutLoader 156 return RENDER_NS::Load(jsonData, uri_, pipelineLayout_); in Load() 161 PipelineLayoutLoader::LoadResult PipelineLayoutLoader::Load(IFileManager& fileManager, const string_view uri) in Load() function in PipelineLayoutLoader 181 return Load(string_view(raw)); in Load()
|
H A D | shader_data_loader.h | 95 LoadResult Load(CORE_NS::IFileManager& fileManager, BASE_NS::string_view uri); 98 LoadResult Load(BASE_NS::string&& jsonData);
|
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 46 int32_t SoundPoolMock::Load(std::string url) in Load() function in SoundPoolMock 49 return soundPool_->Load(url); in Load() 52 int32_t SoundPoolMock::Load(int32_t fd, int64_t offset, int64_t length) in Load() function in SoundPoolMock 55 return soundPool_->Load(fd, offset, length); in Load()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_config.cpp | 43 bool AdapterConfig::Load() in Load() function in OHOS::bluetooth::AdapterConfig 45 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load() 51 return pimpl->parse_.Load(pimpl->filePath_); in Load()
|
H A D | adapter_device_info.cpp | 49 bool AdapterDeviceInfo::Load() in Load() function in OHOS::bluetooth::AdapterDeviceInfo 52 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load() 58 return pimpl->parse_.Load(pimpl->filePath_); in Load()
|
H A D | adapter_device_info.h | 57 * @brief Load XML Document from specified path. 58 * @return true Success Load XML Document. 59 * @return false Failed Load XML Document. 61 virtual bool Load() = 0; 110 * @brief Load XML Document from specified path. 111 * @return true Success Load XML Document. 112 * @return false Failed Load XML Document. 114 virtual bool Load() override;
|
H A D | profile_config.cpp | 43 bool ProfileConfig::Load() in Load() function in OHOS::bluetooth::ProfileConfig 46 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load() 52 return pimpl->parse_.Load(pimpl->filePath_); in Load()
|
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/ |
H A D | white_list_config_mgr.cpp | 31 Load(); in WhiteListConfigMgr() 41 APP_DOMAIN_VERIFY_HILOGE(APP_DOMAIN_VERIFY_MODULE_COMMON, "WhiteListConfigMgr::Load failed."); in LoadDefault() 48 APP_DOMAIN_VERIFY_HILOGW(APP_DOMAIN_VERIFY_MODULE_COMMON, "WhiteListConfigMgr::Load defaultWhiteUrl empty."); in LoadDefault() 56 APP_DOMAIN_VERIFY_HILOGE(APP_DOMAIN_VERIFY_MODULE_COMMON, "WhiteListConfigMgr::Load failed."); in LoadDynamic() 63 void WhiteListConfigMgr::Load() in Load() function in OHOS::AppDomainVerify::WhiteListConfigMgr 133 Load(); in IsInWhiteList() 150 Load(); in UpdateWhiteList()
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_id_manager.h | 33 int32_t Load(std::string url); 35 int32_t Load(int32_t fd, int64_t offset, int64_t length);
|
H A D | soundpool.h | 35 int32_t Load(const std::string url) override; 37 int32_t Load(int32_t fd, int64_t offset, int64_t length) override;
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 42 * @brief Load the sound from the specified path. 49 virtual int32_t Load(std::string url) = 0; 52 * @brief Load the sound from a FileDescriptor.. 61 virtual int32_t Load(int32_t fd, int64_t offset, int64_t length) = 0;
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | cpu_boost_ohos.h | 32 Load(); in CPUBoostAdapter() 54 bool Load() in Load() function in ffrt::CPUBoostAdapter
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_libjpeg.cpp | 179 static ImageLoaderManager::LoadResult Load(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags) in Load() function in __anon9613::final 181 CORE_LOG_D("ImageLoaderManager Load jpeg start"); in Load() 197 // Load the image info without decoding the image data in Load() 246 ImageLoaderManager::LoadResult Load(IFile &file, uint32_t loadFlags) const override 261 return LibJPEGImage::Load(array_view<const uint8_t>(buffer.get(), static_cast<size_t>(byteLength)), loadFlags); 264 ImageLoaderManager::LoadResult Load(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags) const override 272 return LibJPEGImage::Load(imageFileBytes, loadFlags);
|
H A D | image_loader_libpng.cpp | 147 static ImageLoaderManager::LoadResult Load(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags) in Load() function in __anon9614::final 149 CORE_LOG_D("ImageLoaderManager Load png start"); in Load() 173 // Load the image info without decoding the image data in Load() 221 ImageLoaderManager::LoadResult Load(IFile &file, uint32_t loadFlags) const override 236 return LibPNGImage::Load(array_view<const uint8_t>(buffer.get(), static_cast<size_t>(byteLength)), loadFlags); 239 ImageLoaderManager::LoadResult Load(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags) const override 247 return LibPNGImage::Load(imageFileBytes, loadFlags);
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stylus_detector_loader.cpp | 19 std::shared_ptr<StylusDetectorLoader> StylusDetectorLoader::Load() in Load() function in OHOS::Ace::StylusDetectorLoader
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_stylus_detector_loader.cpp | 19 std::shared_ptr<StylusDetectorLoader> StylusDetectorLoader::Load() in Load() function in OHOS::Ace::StylusDetectorLoader
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | require_module.h | 42 static void Load() in Load() function in OHOS::ACELite::final
|
H A D | app_data_module.h | 44 static void Load() in Load() function in OHOS::ACELite::final
|