/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/ |
H A D | StoragePromiseJsunit.test.js | 18 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 D | StorageCallBackJsunit.test.js | 18 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 D | StorageSyncJsunit.test.js | 18 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 D | StorageHelperJsunit.test.js | 19 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 D | b_json_service_disposal_config_test.cpp | 36 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 D | b_json_clear_data_config_test.cpp | 37 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 D | b_json_service_disposal_config_other_test.cpp | 37 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 D | ext_extension_test.cpp | 40 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 D | multimodal_input_preferences_manager.cpp | 44 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 D | ringtone_file_utils_test.cpp | 30 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 D | Makefile | 13 ifeq ($(findstring ;, $(PATH)), ;) 30 ifeq ($(findstring ;, $(PATH)), ;)
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/ |
H A D | build.sh | 28 export PATH="$NINJA_HOME:$PATH"
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | mask.h | 32 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 D | build.sh | 27 export PATH="$NINJA_HOME:$PATH"
|
/foundation/resourceschedule/ffrt/benchmarks/ |
H A D | benchmarks.sh | 62 export PATH=$TOOLCHAIN_PATH/bin:$PATH
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 32 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 D | Makefile | 24 ifeq ($(findstring ;, $(PATH)), ;)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_paint_method.cpp | 38 path->SetBasicShapeType(BasicShapeType::PATH); in GetContentDrawFunction()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | path_model_impl.cpp | 25 RefPtr<Component> component = AceType::MakeRefPtr<OHOS::Ace::ShapeComponent>(ShapeType::PATH); in Create()
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | effect_context.cpp | 53 case DataType::PATH: in GetExifMetadata()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 45 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 D | hvigorw.bat | 24 @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 D | hvigorw.bat | 46 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 D | rs_mask.cpp | 46 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 D | effect_buffer.h | 59 PATH, member in OHOS::Media::Effect::DataType
|