/applications/standard/app_samples/code/SystemFeature/TaskManagement/TransientTask/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/TaskManagement/WorkScheduler/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/Telephony/Call/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/Telephony/Message/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowExtAbility/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowRatio/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/ComponentCollection/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/MediaQuery/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/StateManagement/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/applications_auth_widget/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/call/ |
H A D | hvigorw.bat | 55 if exist "%NODE_EXE_PATH%" goto execute
|
/applications/standard/security_privacy_center/ |
H A D | hvigorw.bat | 58 if exist "%NODE_EXE_PATH%" goto execute
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 56 if exist "%NODE_EXE_PATH%" goto execute
|
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 55 ) else if exist "%NODE_EXE_PATH%" (
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 57 if exist "%NODE_EXE_PATH%" goto execute
|
/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_test.cpp | 162 void CheckTargetTypeValues(OH_Preferences *pref, bool exist, PrefDataType pdt) in CheckTargetTypeValues() argument 167 if (exist) { in CheckTargetTypeValues() 178 if (exist) { in CheckTargetTypeValues() 189 if (exist) { in CheckTargetTypeValues() 432 * @tc.desc: test Delete exist key 462 * @tc.desc: test Delete non-exist key
|
/applications/standard/systemui/ |
H A D | gradlew.bat | 57 if exist "%JAVA_EXE%" goto init
|
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 56 if exist "%JAVA_EXE%" goto init
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 258 MEDIA_INFO_LOG("path:%{public}s is not exist", DesensitizePath(path).c_str()); in PrintStatInformation() 286 /* Create directory and its sub directories if does not exist in CreateDirectory() 287 * take each string after '/' create directory if does not exist. in CreateDirectory() 661 MEDIA_ERR_LOG("dir not exist: %{private}s, error: %{public}d", path.c_str(), errno); in MediaFileDeletionRecord() 1264 MEDIA_ERR_LOG("Failed to modify asset, oldPath: %{private}s does not exist!", oldPath.c_str()); 1268 MEDIA_ERR_LOG("Failed to modify asset, newPath: %{private}s is already exist!", newPath.c_str()); 1821 MEDIA_ERR_LOG("AV_KEY_DURATION does not exist"); 1914 MEDIA_WARN_LOG("%{public}s doesn't exist, skip.", srcDir.c_str()); 1963 MEDIA_ERR_LOG("SrcDir:%{public}s is not exist", DesensitizePath(srcDir).c_str());
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | audio_recorder_napi.cpp | 350 bool exist = false; in GetAudioUriPath() local 351 napi_status status = napi_has_named_property(env, args, "uri", &exist); in GetAudioUriPath() 352 CHECK_AND_RETURN_RET_LOG(status == napi_ok && exist, MSERR_INVALID_OPERATION, "can not find uri property"); in GetAudioUriPath()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_service_impl.cpp | 670 bool exist = false; in CheckDhcpResultExist() local 679 exist = true; in CheckDhcpResultExist() 684 return exist; in CheckDhcpResultExist()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 824 bool exist = jerry_get_object_native_pointer(jObj, &nativePtr, nullptr); in JSIInterfaceTest022() local 828 if (!exist || (nativePtr == nullptr)) { in JSIInterfaceTest022() 857 bool exist = jerry_get_object_native_pointer(jObj, &nativePtr, nullptr); in JSIInterfaceTest023() local 861 if (!exist || (nativePtr == nullptr)) { in JSIInterfaceTest023()
|