Home
last modified time | relevance | path

Searched defs:system (Results 1 – 25 of 63) sorted by relevance

123

/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp68 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
130 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
257 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
272 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
325 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
380 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
551 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local
574 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local
694 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
734 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/src/
H A Dmock_parameters.cpp19 namespace system { namespace
/ohos5.0/foundation/deviceprofile/device_info_manager/old/test/resource/authority/
H A Dvalid_authority.json7 "system": 3 number
H A Dinvalid_authority.json27 "system": 4 number
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dgetter_system.cpp22 static GetterSystem system; in GetInstance() local
/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java718 DataTypeResult system = getLoggingResult(WALLPAPER_IMG_SYSTEM, in testOnRestore_imgMissingButWallpaperInfoHasLive_doesNotLogImg() local
737 DataTypeResult system = getLoggingResult(WALLPAPER_IMG_SYSTEM, in testOnRestore_throwsException_logsErrors() local
766 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_logsSuccess() local
790 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestoreFails_logsFailure() local
813 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_packageNotInstalled_logsFailure() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dparameters.cpp25 namespace system { namespace
/ohos5.0/base/startup/appspawn/modules/sysevent/
H A Devent_reporter.cpp24 namespace system { namespace
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_container_info.cpp23 const T& GetValue(const T& current, const T& system, const T& defaultValue) in GetValue()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dparameters.cpp22 namespace system { namespace
/aosp14/frameworks/base/libs/hwui/apex/
H A DLayoutlibLoader.cpp179 jclass system = FindClassOrDie(env, "java/lang/System"); in register_android_graphics_classes() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
H A DSysuiColorExtractor.java154 GradientColors[] system = mGradientColors.get(WallpaperManager.FLAG_SYSTEM); in dump() local
/aosp14/frameworks/base/core/java/android/util/
H A DLog.java124 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure()
331 boolean localStack, boolean system) { in wtf()
341 static void wtfQuiet(int logId, @Nullable String tag, @Nullable String msg, boolean system) { in wtfQuiet()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java402 public static void wtf(String tag, Throwable t, boolean system) { in wtf()
458 boolean handleApplicationWtf(IBinder app, String tag, boolean system, in handleApplicationWtf()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp193 void ParseProperties(const json::value& jsonData, ISystem& system, string& error) in ParseProperties()
329 ISystem* system = ecs.CreateSystem(*typeInfo); in ParseSystem() local
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp53 namespace system { namespace
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java123 public void onTerribleFailure(String tag, Log.TerribleFailure what, boolean system) { in onTerribleFailure()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java163 UserInfo system = users.get(0); in testProfileBadgeUnique() local
/ohos5.0/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H A Ddisplay_manager_adapter_impl_test.cpp45 namespace system { namespace
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp86 …urce *HapResource::LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool system) in LoadFromIndex()
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_wrapper.cpp31 namespace system { namespace
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java380 boolean system) { in overrideNotificationAppName()
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/
H A Dnative_drm_object.h80 void SetCallbackReference(MediaKeySystem *system, OH_MediaKeySystem_Callback systemCallback) in SetCallbackReference()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp99 bool Options::SetSystemLevel(const std::string &system) in SetSystemLevel()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java185 public boolean system; field in ResolveInfo

123