Home
last modified time | relevance | path

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

/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()
/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()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp390 std::string SystemProperties::brand_ = INVALID_PARAM;
391 std::string SystemProperties::manufacturer_ = INVALID_PARAM;
392 std::string SystemProperties::model_ = INVALID_PARAM;
393 std::string SystemProperties::product_ = INVALID_PARAM;
394 std::string SystemProperties::apiVersion_ = INVALID_PARAM;
395 std::string SystemProperties::releaseType_ = INVALID_PARAM;
396 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM;
634 return system::GetParameter("const.global.language", INVALID_PARAM); in GetLanguage()
639 return system::GetParameter("const.global.region", INVALID_PARAM); in GetRegion()
900 return system::GetParameter("ace.debug.inspectorId", INVALID_PARAM); in GetDebugInspectorId()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_errors.h52 INVALID_PARAM,
/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); member
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()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/
H A Dpackage.cpp43 constexpr int32_t INVALID_PARAM = 2; member
258 asyncCallbackInfo->errCode = INVALID_PARAM; in HasInstalled()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h162 INVALID_PARAM = 3, // AutoLaunchRequestCallback, if param check failed enumerator
/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); member
205 ThrowError(env, INVALID_PARAM, "Incorrect parameter types, param type must be a string"); in OnStartAbilityByType()
212 ThrowError(env, INVALID_PARAM, "Parameter error. The type of \"WantParams\" must be array"); in OnStartAbilityByType()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h397 static constexpr char INVALID_PARAM[] = "N/A"; member in OHOS::Ace::final
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp68 constexpr int32_t INVALID_PARAM = 2; member
2588 asyncCallbackInfo->err = INVALID_PARAM; in GetBundleGidsWrap()
2766 asyncCallbackInfo->err = INVALID_PARAM; in ClearBundleCache()
3661 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon()
3666 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon()
3671 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon()
3680 asyncCallbackInfo->err = INVALID_PARAM; in GetAbilityIcon()
3982 asyncCallbackInfo->err = INVALID_PARAM; in IsAbilityEnabled()
3990 asyncCallbackInfo->err = INVALID_PARAM; in IsAbilityEnabled()
4064 asyncCallbackInfo->err = INVALID_PARAM; in IsApplicationEnabled()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h59 constexpr int32_t INVALID_PARAM = -1; member
663 return INVALID_PARAM; in ParseResourceInputNumberParam()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp81 constexpr int32_t INVALID_PARAM = -1; member
537 return INVALID_PARAM; in GetNativeObjectMagic()
/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()
/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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp788 * @tc.expected: step3. db not open, notify INVALID_PARAM in HWTEST_F()
797 EXPECT_TRUE(g_statusMap[DBCommon::TransferHashString("--")] == INVALID_PARAM); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1374 EXPECT_EQ(currentStatus, AutoLaunchStatus::INVALID_PARAM); in HWTEST_F()

Completed in 32 milliseconds