Home
last modified time | relevance | path

Searched refs:INVALID_PARAM (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp24 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 Ddataobs_mgr_proxy.cpp64 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 Ddataobs_mgr_inner_pref.cpp100 return INVALID_PARAM; in HandleNotifyChange()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp399 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 Djs_ability_auto_startup_manager.cpp37 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 Ddataobs_mgr_errors.h52 INVALID_PARAM, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/
H A Dpackage.cpp43 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 Djs_ui_service_extension_context.cpp51 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 Dtypes_export.h162 INVALID_PARAM = 3, // AutoLaunchRequestCallback, if param check failed enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h391 static constexpr char INVALID_PARAM[] = "N/A"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp68 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 Dutils.h59 constexpr int32_t INVALID_PARAM = -1; variable
652 return INVALID_PARAM; in ParseResourceInputNumberParam()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp80 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 Dauto_launch.cpp769 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 Djsi_engine.cpp745 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 Ddistributeddb_auto_launch_test.cpp797 EXPECT_TRUE(g_statusMap[DBCommon::TransferHashString("--")] == INVALID_PARAM);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1383 EXPECT_EQ(currentStatus, AutoLaunchStatus::INVALID_PARAM);