| /applications/standard/mms/entry/src/main/ets/pages/conversationlist/ |
| H A D | conversationListController.ets | 543 params: { 668 params: { 791 params: {
|
| /applications/standard/mms/entry/src/main/ets/pages/infomsg/ |
| H A D | InfoMsgController.ets | 312 params: { 355 params: { 372 params: {
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_get_input_method_setting.cpp | 250 // 2 means JsAPI:getInputMethods has 2 params at most. in GetInputMethods() 397 // 2 means JsAPI:listInputMethodSubtype has 2 params at most. in ListInputMethodSubtype() 629 // 2 means callback has two params. in OnImeChange()
|
| /base/account/os_account/interfaces/kits/napi/distributedaccount/src/ |
| H A D | napi_distributed_account.cpp | 124 AAFwk::WantParams params;
in GetAccountInfo() local 133 if (!AppExecFwk::UnwrapWantParams(env, value, params)) {
in GetAccountInfo() 141 asyncContext->ohosAccountInfo.scalableData_.SetParams(params);
in GetAccountInfo()
|
| /base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/ |
| H A D | sym_token_manager.c | 325 LOGE("Invalid input params"); in GenerateKeyAlias() 658 LOGE("Invalid params!"); in AddToken() 694 LOGE("Invalid params"); in DeleteToken()
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_permission.cpp | 50 const std::string PARAMS_STREAM = "ability.params.stream";
738 std::map<std::string, sptr<IInterface>> params = wantParams.GetParams();
in RemoveRemoteObjectFromWant() local 739 for (auto param : params) {
in RemoveRemoteObjectFromWant()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | free_install_manager.cpp | 33 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId"; 34 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; 35 const std::string PARAM_FREEINSTALL_UID = "ohos.freeinstall.params.callingUid";
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | ui_ability_impl.cpp | 678 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentForeground() 759 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params "); in PostForegroundInsightIntent() 791 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentBackground()
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | ui_ability.h | 228 * @param params dump params that indicate different dump targets 231 virtual void Dump(const std::vector<std::string> ¶ms, std::vector<std::string> &info);
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
| H A D | js_context_utils.cpp | 119 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnSwitchArea() 450 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnGetGroupDir() 528 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnCreateBundleContext()
|
| /foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
| H A D | mission_manager.cpp | 142 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnOld() 179 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnNew() 606 TAG_LOGE(AAFwkTag::MISSION, "Not enough params"); in OnMoveMissionToFront()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/ |
| H A D | puv2_view_base.ts | 262 public abstract updateStateVars(params: Object); 270 public updateStateVarsOfChildByElmtId(elmtId, params: Object): void { 287 child.updateStateVars(params);
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | resource_adapter_impl.cpp | 533 std::string params; in GetRawfile() local 537 params = std::string(it, fileName.end()); in GetRawfile() 544 return "file:///" + outPath + params; in GetRawfile()
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | safe_area_manager_test_ng.cpp | 189 * @tc.steps: step1 call UpdateCutoutSafeArea no rootSize params in HWTEST_F() 204 * @tc.steps: step2 call UpdateCutoutSafeArea has rootSize params in HWTEST_F() 216 * @tc.steps: step3 call UpdateCutoutSafeArea SafeAreaInsets is not valid params in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | inspector_test_ng.cpp | 218 auto test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_CLICK), "params"); in HWTEST_F() 220 test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_LONG_CLICK), "params"); in HWTEST_F() 222 test3 = Inspector::SendEventByKey("", 31, "params"); in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_layoutThi_test_ng.cpp | 186 std::vector<OptionParam> params; in CreateMenuWrapperElement() local 189 params.emplace_back(param); in CreateMenuWrapperElement() 192 std::move(params), targetNode_->GetId(), targetNode_->GetTag(), type, menuParam); in CreateMenuWrapperElement()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_installer_host.cpp | 777 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in InstallCloneApp() 817 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in UninstallCloneApp() 853 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d]", in InstallExisted()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | chart_component.cpp | 479 uint8_t functionParamsNum = 1; // js append function just receive 1 number params in AppendDatas() 481 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas() 484 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas()
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_ble_central_manager_server.cpp | 209 // When updating params the scanning is stopped successfully and the scanning will be restarted. 218 // When updating params the scanning is stopped successfully and the scanning restart failed. 416 HILOGI("scan is already started and has the same params."); in StartScan()
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
| H A D | rs_render_drawable_test.cpp | 19 #include "params/rs_render_thread_params.h" 23 #include "params/rs_render_thread_params.h" 61 RS_LOGE("RSRenderDrawableTest: failed to init render params."); in SetUp()
|
| /foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
| H A D | native_mediakeysystem.cpp | 202 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_GetConfigurationString params is error!"); in OH_MediaKeySystem_GetConfigurationString() 233 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_SetConfigurationByteArray params is error!"); in OH_MediaKeySystem_SetConfigurationByteArray() 320 "OH_MediaKeySystem_GetStatistics params is error!"); in OH_MediaKeySystem_GetStatistics()
|
| /foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
| H A D | bg_continuous_task_napi_module.cpp | 188 BGTASK_LOGE("input params parse failed");
in StartBackgroundRunningCheckParam() 227 BGTASK_LOGE("input params error");
in UpdateBackgroundRunningExecuteCB() 244 BGTASK_LOGE("input params error");
in StartBackgroundRunningExecuteCB()
|
| /foundation/window/window_manager/dmserver/src/ |
| H A D | abstract_display_controller.cpp | 220 WLOGFE("Invalid params as nullptr.");
in ProcessNormalScreenDisconnected() 244 WLOGFE("Invalid params as nullptr.");
in ProcessExpandScreenDisconnected() 477 WLOGFE("invalid params.");
in UpdateDisplaySize()
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
| H A D | scan_service.h | 141 * @param params - Scan specified parameters[in] 144 virtual ErrCode ScanWithParam(const WifiScanParams ¶ms, ScanType scanType); 148 * * @param params - disable or not.
|
| /foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
| H A D | profile_control_utils.cpp | 338 HILOGE("params are empty"); in RefreshLocalSwitchProfile() 372 HILOGE("params are invalid!"); in GetSwitchCharacteristicProfile() 384 HILOGE("GetSwitchCharacteristicProfile params invalid"); in GetSwitchCharacteristicProfile()
|