/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()
|
/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()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 390 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 D | dataobs_mgr_errors.h | 52 INVALID_PARAM,
|
/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); 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 D | package.cpp | 43 constexpr int32_t INVALID_PARAM = 2; member 258 asyncCallbackInfo->errCode = INVALID_PARAM; in HasInstalled()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | types_export.h | 162 INVALID_PARAM = 3, // AutoLaunchRequestCallback, if param check failed enumerator
|
/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); 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 D | system_properties.h | 397 static constexpr char INVALID_PARAM[] = "N/A"; member in OHOS::Ace::final
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 68 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 D | utils.h | 59 constexpr int32_t INVALID_PARAM = -1; member 663 return INVALID_PARAM; in ParseResourceInputNumberParam()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 81 constexpr int32_t INVALID_PARAM = -1;
member 537 return INVALID_PARAM;
in GetNativeObjectMagic()
|
/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()
|
/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()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 788 * @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 D | distributeddb_relational_ver_p2p_sync_test.cpp | 1374 EXPECT_EQ(currentStatus, AutoLaunchStatus::INVALID_PARAM); in HWTEST_F()
|