Home
last modified time | relevance | path

Searched refs:BASE (Results 1 - 25 of 39) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp78 baseType = ServiceConstants::BASE; in GetDataDir()
92 baseType = ServiceConstants::BASE; in GetDataDir()
106 baseType = ServiceConstants::BASE; in GetDataDir()
120 baseType = ServiceConstants::BASE; in GetDataDir()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h60 BASE, member in OHOS::Ace::Napi::DrawableDescriptor::DrawableType
254 drawableType = DrawableDescriptor::DrawableType::BASE; in Create()
285 drawableType = DrawableDescriptor::DrawableType::BASE; in Create()
322 drawableType = DrawableDescriptor::DrawableType::BASE; in Create()
357 drawableType = DrawableDescriptor::DrawableType::BASE; in Create()
H A Djs_drawable_descriptor.cpp345 case DrawableDescriptor::DrawableType::BASE: in ToNapi()
396 napi_value result = ToNapi(env, foreground.release(), DrawableDescriptor::DrawableType::BASE); in GetForeground()
416 napi_value result = ToNapi(env, background.release(), DrawableDescriptor::DrawableType::BASE); in GetBackground()
436 napi_value result = ToNapi(env, mask.release(), DrawableDescriptor::DrawableType::BASE); in GetMask()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.h57 BASE = 0, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspChannelManager::RtspState
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.h57 BASE = 0, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspChannelManager::RtspState
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h49 static const std::string BASE = "/base/"; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp63 Ace::Napi::DrawableDescriptor::DrawableType::BASE); in ConvertToDrawableDescriptor()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Djs_drawable_descriptor_test.cpp91 napi_value result = jsDrawableDescriptor.ToNapi(env, &drawable, DrawableDescriptor::DrawableType::BASE); in HWTEST_F()
H A Ddrawable_descriptor_test.cpp261 * @tc.expected:return BASE. in HWTEST_F()
265 EXPECT_EQ(res, Napi::DrawableDescriptor::DrawableType::BASE); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp64 ServiceConstants::PATH_SEPARATOR + std::to_string(info.userId) + ServiceConstants::BASE; in CheckEl5Dir()
H A Duser_unlocked_event_subscriber.cpp238 std::string baseDir = baseBundleDataDir + ServiceConstants::BASE + bundleInfo.name; in ProcessUpdateAppDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h65 constexpr const char* BASE = "/base/"; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h54 BASE, member in OHOS::OHOS::Ace::NG::ImagePattern::ImageType
568 ImageType imageType_ = ImageType::BASE;
H A Dimage_model_ng.cpp96 if (pattern->GetImageType() != ImagePattern::ImageType::BASE) { in Create()
109 pattern->SetImageType(ImagePattern::ImageType::BASE); in Create()
141 pattern->SetImageType(ImagePattern::ImageType::BASE); in ResetImage()
1029 pattern->SetImageType(ImagePattern::ImageType::BASE); in ResetImageSrc()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp86 constexpr int32_t BASE = 10; member
280 int64_t mode = strtol(modeStr.c_str(), nullptr, BASE); in SyncCommand()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp175 ServiceConstants::BASE + agingBundle.GetBundleName(); in GetCachePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp132 std::to_string(userId) + ServiceConstants::BASE + innerBundleName; in KeepSandboxDirs()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp402 std::string bundleDataDir = GetBundleDataDir(el, userId) + ServiceConstants::BASE; in AddUserDirDeleteDfx()
442 std::string bundleDataDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::BASE; in CreateBundleDataDir()
757 std::string bundleDataDir = dataDir + ServiceConstants::BASE + suffixName; in CleanBundleDataForEl2()
806 std::string moduleDataDir = GetBundleDataDir(el, userid) + ServiceConstants::BASE + ModuleDir; in RemoveModuleDataDir()
885 std::string bundleDataDir = GetBundleDataDir(el, userid) + ServiceConstants::BASE + suffixName; in CleanBundleDataDirByName()
1585 std::string baseDir = bundleDataDir + ServiceConstants::BASE + extensionBundleDir; in RemoveExtensionDir()
1619 std::string baseDir = bundleDataDir + ServiceConstants::BASE + extensionBundleDir; in IsExistExtensionDir()
1665 std::string bundleDataDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::BASE; in CreateExtensionDataDir()
1822 std::string bundleDataDir = GetBundleDataDir(el, userId) + ServiceConstants::BASE + bundleName; in InnerRemoveBundleDataDir()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp345 std::string physicalPrefixEl1 = PHY_APP + EL1 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE + in AddPathMapForPathWildCard()
347 std::string physicalPrefixEl2 = PHY_APP + EL2 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE + in AddPathMapForPathWildCard()
418 std::string physicalPrefix = PHY_APP + EL1 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE + in RecognizeSandboxWildCard()
425 std::string physicalPrefix = PHY_APP + EL2 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE + in RecognizeSandboxWildCard()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h361 BASE = 0, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::WindowLayoutMode
362 CASCADE = BASE,
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp836 imagePattern->SetImageType(ImagePattern::ImageType::BASE); in HWTEST_F()
882 * @tc.expected: BASE in HWTEST_F()
884 imagePattern->SetImageType(ImagePattern::ImageType::BASE); in HWTEST_F()
885 EXPECT_EQ(imagePattern->GetImageType(), ImagePattern::ImageType::BASE); in HWTEST_F()
1595 * @tc.expected: BASE in HWTEST_F()
1597 EXPECT_EQ(imagePattern->imageType_, ImagePattern::ImageType::BASE); in HWTEST_F()
1779 EXPECT_EQ(imagePattern->GetImageType(), ImagePattern::ImageType::BASE); in HWTEST_F()
H A Dimage_testthree_ng.cpp361 * @tc.expected: BASE in HWTEST_F()
363 EXPECT_EQ(imagePattern->imageType_, ImagePattern::ImageType::BASE); in HWTEST_F()
1091 * @tc.expected: BASE in HWTEST_F()
1093 EXPECT_EQ(imagePattern->imageType_, ImagePattern::ImageType::BASE); in HWTEST_F()
1905 imagePattern->imageType_ = ImagePattern::ImageType::BASE; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_extension_system_test.cpp65 const std::string BASE = "/base/"; member
254 std::string bundleDataDir = GetBundleDataDir(el) + BASE; in CheckFileNotExist()
280 std::string bundleDataDir = GetBundleDataDir(el) + BASE; in CheckFileExist()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h369 BASE = 0, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::WindowLayoutMode
370 CASCADE = BASE,
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_proxy_test.cpp403 WindowLayoutMode mode = WindowLayoutMode::BASE; in HWTEST_F()

Completed in 34 milliseconds

12