/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
H A D | verify_manager_host_impl.cpp | 78 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 D | drawable_descriptor.h | 60 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 D | js_drawable_descriptor.cpp | 345 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 D | rtsp_channel_manager.h | 57 BASE = 0, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspChannelManager::RtspState
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_channel_manager.h | 57 BASE = 0, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspChannelManager::RtspState
|
/foundation/filemanagement/storage_service/services/common/include/ |
H A D | storage_service_constant.h | 49 static const std::string BASE = "/base/"; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_drawable_utils.cpp | 63 Ace::Napi::DrawableDescriptor::DrawableType::BASE); in ConvertToDrawableDescriptor()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | js_drawable_descriptor_test.cpp | 91 napi_value result = jsDrawableDescriptor.ToNapi(env, &drawable, DrawableDescriptor::DrawableType::BASE); in HWTEST_F()
|
H A D | drawable_descriptor_test.cpp | 261 * @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 D | el5_filekey_callback.cpp | 64 ServiceConstants::PATH_SEPARATOR + std::to_string(info.userId) + ServiceConstants::BASE; in CheckEl5Dir()
|
H A D | user_unlocked_event_subscriber.cpp | 238 std::string baseDir = baseBundleDataDir + ServiceConstants::BASE + bundleInfo.name; in ProcessUpdateAppDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 65 constexpr const char* BASE = "/base/"; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.h | 54 BASE, member in OHOS::OHOS::Ace::NG::ImagePattern::ImageType 568 ImageType imageType_ = ImageType::BASE;
|
H A D | image_model_ng.cpp | 96 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 D | dp_command.cpp | 86 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 D | recently_unused_bundle_aging_handler.cpp | 175 ServiceConstants::BASE + agingBundle.GetBundleName(); in GetCachePath()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_exception_handler.cpp | 132 std::to_string(userId) + ServiceConstants::BASE + innerBundleName; in KeepSandboxDirs()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 402 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 D | quota_manager.cpp | 345 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 D | wm_common.h | 361 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 D | image_testtwo_ng.cpp | 836 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 D | image_testthree_ng.cpp | 361 * @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 D | bms_install_extension_system_test.cpp | 65 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 D | wm_common.h | 369 BASE = 0, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::WindowLayoutMode 370 CASCADE = BASE,
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_proxy_test.cpp | 403 WindowLayoutMode mode = WindowLayoutMode::BASE; in HWTEST_F()
|