Home
last modified time | relevance | path

Searched refs:PATH (Results 1 - 25 of 66) sorted by relevance

123

/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/
H A DStoragePromiseJsunit.test.js18 const PATH = "/data/storage/el2/database/test_storage";
33 mPref = storage.getStorageSync(PATH);
38 storage.deleteStorageSync(PATH);
221 storage.removeStorageFromCacheSync(PATH);
223 mPref = storage.getStorageSync(PATH);
240 storage.removeStorageFromCacheSync(PATH);
242 mPref = storage.getStorageSync(PATH);
259 storage.removeStorageFromCacheSync(PATH);
261 mPref = storage.getStorageSync(PATH);
279 storage.removeStorageFromCacheSync(PATH);
[all...]
H A DStorageCallBackJsunit.test.js18 const PATH = "/data/storage/el2/database/test_storage";
33 mPref = storage.getStorageSync(PATH);
38 storage.deleteStorageSync(PATH);
199 storage.removeStorageFromCacheSync(PATH);
201 mPref = storage.getStorageSync(PATH);
216 storage.removeStorageFromCache(PATH);
218 mPref = storage.getStorageSync(PATH);
233 storage.removeStorageFromCache(PATH);
235 mPref = storage.getStorageSync(PATH);
251 storage.removeStorageFromCacheSync(PATH);
[all...]
H A DStorageSyncJsunit.test.js18 const PATH = "/data/storage/el2/database/test_storage";
34 mPref = await storage.getStorageSync(PATH);
39 await storage.deleteStorageSync(PATH);
191 storage.removeStorageFromCacheSync(PATH);
193 mPref = storage.getStorageSync(PATH);
206 storage.removeStorageFromCacheSync(PATH);
208 mPref = storage.getStorageSync(PATH);
221 storage.removeStorageFromCacheSync(PATH);
223 mPref = storage.getStorageSync(PATH);
236 storage.removeStorageFromCacheSync(PATH);
[all...]
H A DStorageHelperJsunit.test.js19 const PATH = "/data/storage/el2/database/test_storage";
29 mPref = storage.getStorageSync(PATH);
34 storage.deleteStorageSync(PATH);
58 const promise = storage.getStorage(PATH);
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_service_disposal_config_test.cpp36 const string PATH = "/data/service/el2/100/backup/"; member
71 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
96 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
119 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
145 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
173 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
201 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
231 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
259 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
289 string filePath = PATH in HWTEST_F()
[all...]
H A Db_json_clear_data_config_test.cpp37 const string PATH = "/data/service/el2/100/backup/"; member
55 string filePath = PATH + CONFIG_NAME; in SetUp()
136 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
165 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
204 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
241 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
281 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
336 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
393 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
429 string filePath = PATH in HWTEST_F()
[all...]
H A Db_json_service_disposal_config_other_test.cpp37 const string PATH = "/data/service/el2/100/backup/"; member
59 string filePath = PATH + CONFIG_NAME; in SetUp()
167 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
208 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
242 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
293 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
336 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
379 string filePath = PATH + CONFIG_NAME; in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp40 const string PATH = "/data/storage/el2/backup/test/"; member
59 string cmdMkdir = string("mkdir -p ") + PATH + BUNDLE_NAME; in SetUpTestCase()
62 string touchFile = string("touch ") + PATH + BUNDLE_NAME + FILE_NAME; in SetUpTestCase()
64 string touchFile2 = string("touch ") + PATH + BUNDLE_NAME + "2.txt"; in SetUpTestCase()
71 string rmDir = string("rm -r") + PATH + BUNDLE_NAME; in TearDownTestCase()
110 string filePath = PATH + "/tmp"; in HWTEST_F()
264 string path = PATH; in HWTEST_F()
288 string filePath = PATH; in HWTEST_F()
290 string path = PATH; in HWTEST_F()
315 string fileName = PATH in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp44 const std::string PATH { "/data/service/el1/public/multimodalinput/" };
85 NativePreferences::PreferencesHelper::GetPreferences(PATH + MOUSE_FILE_NAME, errCode); in GetPreferencesSettings()
88 NativePreferences::PreferencesHelper::GetPreferences(PATH + KEYBOARD_FILE_NAME, errCode); in GetPreferencesSettings()
91 NativePreferences::PreferencesHelper::GetPreferences(PATH + TOUCHPAD_FILE_NAME, errCode); in GetPreferencesSettings()
118 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + MOUSE_FILE_NAME); in GetPreferencesSettings()
119 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + KEYBOARD_FILE_NAME); in GetPreferencesSettings()
120 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + TOUCHPAD_FILE_NAME); in GetPreferencesSettings()
182 filePath = PATH + setFile; in SetIntValue()
189 filePath = PATH + fileName; in SetIntValue()
218 filePath = PATH in SetBoolValue()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp30 const string PATH = "ringtone/audio"; member
47 auto str = RingtoneFileUtils::SplitByChar(PATH, SLASH_CHAR); in HWTEST_F()
54 auto str = RingtoneFileUtils::SplitByChar(PATH, star); in HWTEST_F()
68 auto str = RingtoneFileUtils::GetExtensionFromPath(PATH); in HWTEST_F()
99 auto str = RingtoneFileUtils::StartsWith(PATH, prefix); in HWTEST_F()
106 auto str = RingtoneFileUtils::StartsWith(PATH, prefix); in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/
H A DMakefile13 ifeq ($(findstring ;, $(PATH)), ;)
30 ifeq ($(findstring ;, $(PATH)), ;)
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/
H A Dbuild.sh28 export PATH="$NINJA_HOME:$PATH"
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h32 PATH, member in OHOS::Ace::MaskImageType
79 maskImageType_ = MaskImageType::PATH; in SetMask()
130 return maskImageType_ == MaskImageType::PATH; in IsPath()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/
H A Dbuild.sh27 export PATH="$NINJA_HOME:$PATH"
/foundation/resourceschedule/ffrt/benchmarks/
H A Dbenchmarks.sh62 export PATH=$TOOLCHAIN_PATH/bin:$PATH
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/foundation/ability/idl_tool/
H A DMakefile24 ifeq ($(findstring ;, $(PATH)), ;)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.cpp38 path->SetBasicShapeType(BasicShapeType::PATH); in GetContentDrawFunction()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpath_model_impl.cpp25 RefPtr<Component> component = AceType::MakeRefPtr<OHOS::Ace::ShapeComponent>(ShapeType::PATH); in Create()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_context.cpp53 case DataType::PATH: in GetExifMetadata()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat24 @rem Add %NODE_HOME%/bin to the PATH environment variable
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp46 mask->SetMaskType(MaskType::PATH); in CreatePathMask()
59 mask->SetMaskType(MaskType::PATH); in CreatePathMask()
221 return (type_ == MaskType::PATH); in IsPathMask()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_buffer.h59 PATH, member in OHOS::Media::Effect::DataType

Completed in 9 milliseconds

123