| /foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/ |
| H A D | AudioTypes.idl | 283 AUDIO_EXT_PARAM_KEY_NONE = 0, /**< Distributed audio extra param key none */ 284 AUDIO_EXT_PARAM_KEY_VOLUME = 1, /**< Distributed audio extra param key volume event */ 285 AUDIO_EXT_PARAM_KEY_FOCUS = 2, /**< Distributed audio extra param key focus event */ 286 AUDIO_EXT_PARAM_KEY_BUTTON = 3, /**< Distributed audio extra param key media button event */ 287 AUDIO_EXT_PARAM_KEY_EFFECT = 4, /**< Distributed audio extra param key audio effect event */ 288 AUDIO_EXT_PARAM_KEY_STATUS = 5, /**< Distributed audio extra param key device status event */ 290 AUDIO_EXT_PARAM_KEY_PERF_INFO = 201, /**< Distributed audio extra param key dsp load event */
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
| H A D | xcomponent_element.cpp | 140 std::string param; in OnSurfaceDestroyEvent() local 144 param = json->ToString(); in OnSurfaceDestroyEvent() 146 param = std::string("\"destroy\",{").append("}"); in OnSurfaceDestroyEvent() 172 onXComponentDestroy_(param); in OnSurfaceDestroyEvent() 203 const std::string& errorId, const std::string& param) { in CreatePlatformResource() 204 uiTaskExecutor.PostTask([weak, errorId, param] { in CreatePlatformResource() 531 void XComponentElement::OnXComponentInit(const std::string& param) in OnXComponentInit() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_progress.cpp | 468 bool JSProgress::ConvertGradientColor(const JsiRef<JsiValue>& param, NG::Gradient& gradient) in ConvertGradientColor() argument 470 if (param->IsNull() || param->IsUndefined() || !param->IsObject()) { in ConvertGradientColor() 474 JSLinearGradient* jsLinearGradient = JSRef<JSObject>::Cast(param)->Unwrap<JSLinearGradient>(); in ConvertGradientColor() 475 auto proxy = param->GetLocalHandle(); in ConvertGradientColor() 476 auto vm = param->GetEcmaVM(); in ConvertGradientColor()
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_compressor.cpp | 371 * @param seed The hash seed. 393 * @param seed The seed - the partition index from the block. 394 * @param x The texel X coordinate in the block. 395 * @param y The texel Y coordinate in the block. 396 * @param z The texel Z coordinate in the block. 397 * @param partitionCount The total partition count of this encoding. 398 * @param smallBlock @c true if the blockhas fewer than 32 texels.
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| H A D | web_delegate_cross.h | 356 void OnPageStarted(const std::string& param) override; 357 void OnPageFinished(const std::string& param) override; 358 void OnPageError(const std::string& param) override; 359 void OnProgressChanged(const std::string& param) override; 360 void OnReceivedTitle(const std::string& param) override; 361 void OnPageVisible(const std::string& param) override; 429 void RecordWebEvent(Recorder::EventType eventType, const std::string& param) const;
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
| H A D | js_app_overlay.cpp | 34 const std::string PARAM_TYPE_CHECK_ERROR = "param type check error"; 122 APP_LOGE("param count invalid"); in SetOverlayEnabled() 173 APP_LOGE("param count invalid"); in SetOverlayEnabledByBundleName() 306 APP_LOGE("param count invalid"); in GetOverlayModuleInfo() 371 APP_LOGE("param count invalid"); in GetTargetOverlayModuleInfos() 417 APP_LOGE("param count invalid"); in GetOverlayModuleInfoByBundleName() 471 APP_LOGE("param count invalid"); in GetTargetOverlayModuleInfosByBundleName()
|
| /foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/ |
| H A D | audio_device_adapter_impl.cpp | 73 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ret, "Init: Register extra param observer fail, ret %{public}d.", ret); in Init() 207 AUDIO_ERR_LOG("Audio param key %{public}d is not supported.", audioKey); 211 "Handle audio param key %{public}d fail, ret %{public}d.", audioKey, ret); 227 AUDIO_INFO_LOG("Register extra param observer."); 231 AUDIO_INFO_LOG("Audio adapter already registered extra param observer."); 241 "Register extra param observer fail, ret %{public}d", ret); 244 AUDIO_INFO_LOG("Register extra param observer for daudio OK.");
|
| /foundation/communication/dsoftbus/core/transmission/common/src/ |
| H A D | softbus_message_open_channel.c | 33 TRANS_LOGW(TRANS_CTRL, "invalid param"); in PackError() 132 TRANS_LOGW(TRANS_CTRL, "invalid param."); in PackRequest() 250 TRANS_LOGW(TRANS_CTRL, "invalid param"); in UnpackRequest() 314 TRANS_LOGE(TRANS_CTRL, "invalid param"); in PackReply() 362 TRANS_LOGW(TRANS_CTRL, "invalid param"); in UnpackReply() 407 TRANS_LOGW(TRANS_CTRL, "invalid param"); in UnpackReplyErrCode() 448 TRANS_LOGE(TRANS_CTRL, "invalid param"); in TransTdcPackFastData()
|
| /foundation/communication/dsoftbus/core/connection/common/src/ |
| H A D | softbus_socket.c | 325 CONN_LOGW(CONN_COMMON, "invalid param"); in ConnGetPeerSocketAddr() 399 SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid param!"); in GetDomainByAddr() 409 SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid param!"); in Ipv6AddrInToAddr() 436 CONN_COMMON, "invalid param!"); in Ipv6AddrToAddrIn() 471 CONN_COMMON, "invalid param!"); in Ipv4AddrToAddrIn() 485 CONN_CHECK_AND_RETURN_RET_LOGE(ip != NULL, false, CONN_COMMON, "invalid param!"); in IsHmlIpAddr() 496 COMM_LOGE(CONN_COMMON, "Invalid param."); in GetIfNameByIp()
|
| /foundation/communication/dsoftbus/core/frame/small/init/src/ |
| H A D | bus_center_server_stub.c | 47 LNN_LOGE(LNN_STATE, "invalid param"); in ServerJoinLNN() 248 LNN_LOGE(LNN_STATE, "read len is invalid param, len=%{public}u, infoLen=%{public}d", len, in ServerGetNodeKeyInfo() 391 LNN_LOGE(LNN_STATE, "invalid param."); in ServerPublishLNN() 439 LNN_LOGE(LNN_STATE, "invalid param."); in ServerStopPublishLNN() 466 LNN_CHECK_AND_RETURN_RET_LOGE((req != NULL && reply != NULL), SOFTBUS_INVALID_PARAM, LNN_STATE, "invalid param"); in ServerRefreshLNN() 519 LNN_LOGE(LNN_STATE, "invalid param"); in ServerStopRefreshLNN() 623 LNN_LOGE(LNN_STATE, "inivalid param, infoNum=%{public}d, maxNum=%{public}d", infoNum, MAX_META_NODE_NUM); in ServerGetAllMetaNodeInfo()
|
| /foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
| H A D | softbus_adapter_ble_gatt_client.c | 356 CONN_LOGI(CONN_BLE, "input param clientId = %{public}d", clientId); in SoftbusGattcSearchServices() 367 CONN_LOGI(CONN_BLE, "input param clientId = %{public}d", clientId); in SoftbusGattcRefreshServices() 374 CONN_LOGE(CONN_BLE, "invalid param"); in SoftbusGattcGetService() 408 CONN_LOGE(CONN_BLE, "invalid param"); in SoftbusGattcConfigureMtuSize() 438 CONN_LOGE(CONN_BLE, "invalid param"); in SoftbusGattcWriteCharacteristic() 478 CONN_LOGE(CONN_BLE, "invalid param, clientId = %{public}d", clientId); in SoftbusGattcSetFastestConn() 492 CONN_LOGE(CONN_BLE, "invalid param, clientId = %{public}d", clientId); in SoftbusGattcSetPriority()
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| H A D | fillp_stack_app_config.c | 274 FILLP_INT32 FtSetConfigApp(IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN FILLP_CONST void *param) in FtSetConfigApp() argument 283 if (param == FILLP_NULL_PTR) { in FtSetConfigApp() 288 sockIndex = *(FILLP_INT *)param; in FtSetConfigApp() 452 void *param : this is optional. only required for config items 460 FILLP_INT32 FtGetConfigApp(IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST void *param) in FtGetConfigApp() argument 466 if (param == FILLP_NULL_PTR) { in FtGetConfigApp() 471 sockIndex = *(FILLP_INT *)param; in FtGetConfigApp()
|
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| H A D | huks_misc_test.cpp | 223 struct OH_Huks_Param param; in HWTEST_F() local 224 ASSERT_EQ(sizeof(param.tag) == sizeof(uint32_t), true); in HWTEST_F() 225 ASSERT_EQ(sizeof(param.boolParam) == sizeof(bool), true); in HWTEST_F() 226 ASSERT_EQ(sizeof(param.int32Param) == sizeof(int32_t), true); in HWTEST_F() 227 ASSERT_EQ(sizeof(param.uint32Param) == sizeof(uint32_t), true); in HWTEST_F() 228 ASSERT_EQ(sizeof(param.uint64Param) == sizeof(uint64_t), true); in HWTEST_F() 229 ASSERT_EQ(sizeof(param.blob) == sizeof(struct OH_Huks_Blob), true); in HWTEST_F()
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreEtstest/entry/src/ohosTest/ets/test/ |
| H A D | CloudDataSetStrategyEts.test.ets | 101 * @tc.desc Test Js Api setCloudStrategy with error param args.
201 * @tc.desc Test Js Api setCloudStrategy with undefined param args.
226 * @tc.desc Test Js Api setCloudStrategy with null param args.
297 * @tc.desc Test Js Api setGlobalCloudStrategy with error param.
320 * @tc.desc Test Js Api setGlobalCloudStrategy with error param args.
393 * @tc.desc Test Js Api setGlobalCloudStrategy with null param.
418 * @tc.desc Test Js Api setGlobalCloudStrategy with undefined param.
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| H A D | bundle_manager.cpp | 83 const std::string PARAM_TYPE_CHECK_ERROR = "param type check error"; 84 const std::string PARAM_TYPE_CHECK_ERROR_WITH_POS = "param type check error, error position : "; 94 "implicit query condition, at least one query param(action, entities, uri, type, or linkFeature) non-empty."; 229 APP_LOGE("param count invalid"); in GetBundleArchiveInfo() 250 APP_LOGE("param check error"); in GetBundleArchiveInfo() 526 APP_LOGE("param count invalid"); in GetBundleNameByUid() 541 APP_LOGE("param check error"); in GetBundleNameByUid() 565 APP_LOGE("param count invalid"); in GetAppCloneIdentity() 621 APP_LOGE("param count invalid"); in GetApplicationInfo() 659 APP_LOGE("param chec in GetApplicationInfo() [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_cloud_kv_executor_utils.cpp | 27 int SqliteCloudKvExecutorUtils::GetCloudData(const CloudSyncConfig &config, const DBParam ¶m, in GetCloudData() argument 30 auto [db, isMemory] = param; in GetCloudData() 790 int SqliteCloudKvExecutorUtils::FillCloudLog(const FillGidParam ¶m, OpType opType, const CloudSyncData &data, in FillCloudLog() argument 793 if (param.first == nullptr) { in FillCloudLog() 798 int errCode = FillCloudVersionRecord(param.first, opType, data); in FillCloudLog() 805 return FillCloudGid(param, data.insData, user, CloudWaterType::INSERT, recorder); in FillCloudLog() 807 return FillCloudGid(param, data.updData, user, CloudWaterType::UPDATE, recorder); in FillCloudLog() 809 return FillCloudGid(param, data.delData, user, CloudWaterType::DELETE, recorder); in FillCloudLog() 860 int SqliteCloudKvExecutorUtils::FillCloudGid(const FillGidParam ¶m, const CloudSyncBatch &data, in FillCloudGid() argument 863 auto [db, ignoreEmptyGid] = param; in FillCloudGid() 1064 CountAllCloudData(const DBParam ¶m, const std::vector<Timestamp> ×tampVec, const std::string &user, bool forcePush, QuerySyncObject &querySyncObject) CountAllCloudData() argument 1452 MarkUploadSuccess(const FillGidParam ¶m, const CloudSyncBatch &data, const std::string &user, size_t dataIndex) MarkUploadSuccess() argument 1469 CheckDataChanged(const FillGidParam ¶m, const CloudSyncBatch &data, size_t dataIndex) CheckDataChanged() argument 1509 CheckDataDelete(const FillGidParam ¶m, const CloudSyncBatch &data, size_t dataIndex) CheckDataDelete() argument 1549 MarkUploadSuccessInner(const FillGidParam ¶m, const CloudSyncBatch &data, const std::string &user, size_t dataIndex) MarkUploadSuccessInner() argument [all...] |
| /foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
| H A D | service_other_test.cpp | 137 static inline shared_ptr<BackupParaMock> param = nullptr; member in OHOS::FileManagement::OHOS::FileManagement::Backup::ServiceTest 158 param = make_shared<BackupParaMock>(); in SetUpTestCase() 159 BackupParaMock::backupPara = param; in SetUpTestCase() 193 param = nullptr; in TearDownTestCase() 235 EXPECT_CALL(*param, GetBackupDebugOverrideAccount()) in HWTEST_F() 240 EXPECT_CALL(*param, GetBackupDebugOverrideAccount()).WillOnce(Return(make_pair<bool, int32_t>(false, 0))); in HWTEST_F() 245 EXPECT_CALL(*param, GetBackupDebugOverrideAccount()).WillOnce(Return(make_pair<bool, int32_t>(true, 0))); in HWTEST_F() 250 EXPECT_CALL(*param, GetBackupDebugOverrideAccount()).WillOnce(Return(make_pair<bool, int32_t>(false, 0))); in HWTEST_F() 255 EXPECT_CALL(*param, GetBackupDebugOverrideAccount()).WillOnce(Return(make_pair<bool, int32_t>(false, 0))); in HWTEST_F() 358 EXPECT_CALL(*param, GetBackupDebugOverrideAccoun in HWTEST_F() [all...] |
| /foundation/filemanagement/app_file_service/services/ |
| H A D | 5203.json | 17 "eventId": "param",
|
| /test/testfwk/arkxtest/testserver/sa_profile/ |
| H A D | 5502.json | 17 "eventId": "param",
|
| /foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
| H A D | custom_input_method.cpp | 115 void CustomInputMethod::OnShow(InputMethodManager::InputMethodParam& param) in OnShow() argument 121 editView_->SetText(param.text.c_str()); in OnShow() 122 editView_->SetInputType(param.inputType); in OnShow() 123 if (param.view != nullptr) { in OnShow() 124 UIEditText* paramView = reinterpret_cast<UIEditText*>(param.view); in OnShow()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | power_device.cpp | 224 int PowerDevice::BtmEnterSniffMode(const PowerParam ¶m) const in BtmEnterSniffMode() 232 btmSniffParam.attempt = param.attempt_; in BtmEnterSniffMode() 233 btmSniffParam.maxInterval = param.maxInterval_; in BtmEnterSniffMode() 234 btmSniffParam.minInterval = param.minInterval_; in BtmEnterSniffMode() 235 btmSniffParam.timeout = param.timeout_; in BtmEnterSniffMode()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
| H A D | rs_sub_thread_manager.cpp | 365 auto& param = nodeDrawable->GetRenderParams(); in ScheduleRenderNodeDrawable() local 366 if (!param) { in ScheduleRenderNodeDrawable() 393 nodeTaskState_[param->GetId()] = 1; in ScheduleRenderNodeDrawable() 420 auto& param = nodeDrawable->GetRenderParams(); in ScheduleReleaseCacheSurfaceOnly() local 421 if (!param) { in ScheduleReleaseCacheSurfaceOnly()
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| H A D | event_handler.cpp | 161 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() argument 164 HILOGE("RemoveEvent: MUST Set event runner before removing events by id and param"); in RemoveEvent() 168 eventRunner_->GetEventQueue()->Remove(shared_from_this(), innerEventId, param); in RemoveEvent() local 355 bool EventHandler::HasInnerEvent(int64_t param) in HasInnerEvent() argument 361 return eventRunner_->GetEventQueue()->HasInnerEvent(shared_from_this(), param); in HasInnerEvent()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_foreground_effect_filter.cpp | 155 const std::shared_ptr<Drawing::Image>& image, const ForegroundEffectParam& param) const in ApplyForegroundEffect() 163 auto src = param.src; in ApplyForegroundEffect() 164 auto dst = param.dst; in ApplyForegroundEffect() 234 ForegroundEffectParam param = ForegroundEffectParam(src, dst); in DrawImageRect() local 235 ApplyForegroundEffect(canvas, image, param); in DrawImageRect()
|
| /foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
| H A D | metadata_output.h | 338 * @param Vector of MetadataObjectType 345 * @param Vector of MetadataObjectType 352 * @param Vector of MetadataObjectType 359 * @param MetadataObjectCallback pointer to be triggered. 366 * @param MetadataStateCallback pointer to be triggered.
|