/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/ |
H A D | plugin_bridge.cpp | 24 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 28 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 32 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 36 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 40 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 46 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 50 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 55 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam() 60 if (tmp != SystemProperties::INVALID_PARAM) { in ProcessSystemParam()
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_proxy.cpp | 64 return INVALID_PARAM; in RegisterObserver() 89 return INVALID_PARAM; in UnregisterObserver() 114 return INVALID_PARAM; in NotifyChange() 139 return INVALID_PARAM; in RegisterObserverExt() 145 return INVALID_PARAM; in RegisterObserverExt() 170 return INVALID_PARAM; in UnregisterObserverExt() 195 return INVALID_PARAM; in UnregisterObserverExt() 200 return INVALID_PARAM; in UnregisterObserverExt() 227 return INVALID_PARAM; in NotifyChangeExt()
|
H A D | dataobs_mgr_inner_pref.cpp | 100 return INVALID_PARAM; in HandleNotifyChange()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 399 std::string SystemProperties::brand_ = INVALID_PARAM; 400 std::string SystemProperties::manufacturer_ = INVALID_PARAM; 401 std::string SystemProperties::model_ = INVALID_PARAM; 402 std::string SystemProperties::product_ = INVALID_PARAM; 403 std::string SystemProperties::apiVersion_ = INVALID_PARAM; 404 std::string SystemProperties::releaseType_ = INVALID_PARAM; 405 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM; 643 return system::GetParameter("const.global.language", INVALID_PARAM); in GetLanguage() 648 return system::GetParameter("const.global.region", INVALID_PARAM); in GetRegion()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_manager/ |
H A D | js_ability_auto_startup_manager.cpp | 37 constexpr int32_t INVALID_PARAM = static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALID_PARAM); variable 94 ThrowError(env, INVALID_PARAM, "Parameter error. Convert type fail."); in OnRegisterAutoStartupCallback() 142 ThrowError(env, INVALID_PARAM, "Parameter error. Convert type fail."); in OnUnregisterAutoStartupCallback() 192 ThrowError(env, INVALID_PARAM, "unwrap AutoStartupInfo failed"); in OnSetApplicationAutoStartup() 242 ThrowError(env, INVALID_PARAM, "Parameter error. Convert autoStartupInfo fail."); in OnCancelApplicationAutoStartup()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_mgr_errors.h | 52 INVALID_PARAM, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/ |
H A D | package.cpp | 43 constexpr int32_t INVALID_PARAM = 2; variable 258 asyncCallbackInfo->errCode = INVALID_PARAM; in HasInstalled()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension_context.cpp | 51 constexpr int32_t INVALID_PARAM = static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALID_PARAM); variable 231 … ThrowError(env, INVALID_PARAM, "Incorrect parameter types, param type must be a string"); in OnStartAbilityByType() 238 … ThrowError(env, INVALID_PARAM, "Parameter error. The type of \"WantParams\" must be array"); in OnStartAbilityByType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | types_export.h | 162 INVALID_PARAM = 3, // AutoLaunchRequestCallback, if param check failed enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 391 static constexpr char INVALID_PARAM[] = "N/A"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 68 constexpr int32_t INVALID_PARAM = 2; variable 2589 asyncCallbackInfo->err = INVALID_PARAM; in GetBundleGidsWrap() 2767 asyncCallbackInfo->err = INVALID_PARAM; in ClearBundleCache() 3662 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon() 3667 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon() 3672 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon() 3983 asyncCallbackInfo->err = INVALID_PARAM; in IsAbilityEnabled() 3991 asyncCallbackInfo->err = INVALID_PARAM; in IsAbilityEnabled() 4065 asyncCallbackInfo->err = INVALID_PARAM; in IsApplicationEnabled() 4073 asyncCallbackInfo->err = INVALID_PARAM; in IsApplicationEnabled() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 59 constexpr int32_t INVALID_PARAM = -1; variable 652 return INVALID_PARAM; in ParseResourceInputNumberParam()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 80 constexpr int32_t INVALID_PARAM = -1; variable 539 return INVALID_PARAM; in GetNativeObjectMagic()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 769 param.notifier(param.userId, param.appId, param.storeId, INVALID_PARAM); in AutoLaunchExt() 1226 autoLaunchItem.notifier(userId, appId, storeId, INVALID_PARAM); in NotifyInvalidParam()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 745 if (tmp != SystemProperties::INVALID_PARAM) { in GetDeviceInfo() 753 if (tmp != SystemProperties::INVALID_PARAM) { in GetDeviceInfo() 759 if (tmp != SystemProperties::INVALID_PARAM) { in GetDeviceInfo() 765 if (tmp != SystemProperties::INVALID_PARAM) { in GetDeviceInfo() 771 if (tmp != SystemProperties::INVALID_PARAM) { in GetDeviceInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 797 EXPECT_TRUE(g_statusMap[DBCommon::TransferHashString("--")] == INVALID_PARAM);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 1383 EXPECT_EQ(currentStatus, AutoLaunchStatus::INVALID_PARAM);
|