/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_wrapper_test.cpp | 74 DistributedWantParams wantParams; variable 90 DistributedWantParams wantParams; variable 109 DistributedWantParams wantParams; variable 126 DistributedWantParams wantParams; variable 143 DistributedWantParams wantParams; variable 162 DistributedWantParams wantParams; variable 182 auto wantParams = DistributedWantParamWrapper::Unbox(wantParamsPtr); variable 194 auto wantParams = DistributedWantParamWrapper::Unbox(nullptr); variable 259 auto wantParams = DistributedWantParamWrapper::Unbox(wantParamsPtr); variable 304 DistributedWantParams wantParams = {}; variable [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_wrapper_test.cpp | 72 WantParams wantParams; variable 87 WantParams wantParams; variable 105 WantParams wantParams; variable 121 WantParams wantParams; variable 138 WantParams wantParams; variable 157 WantParams wantParams; variable 177 auto wantParams = WantParamWrapper::Unbox(wantParamsPtr); variable 189 auto wantParams = WantParamWrapper::Unbox(nullptr); variable 254 auto wantParams = WantParamWrapper::Unbox(wantParamsPtr); variable 298 WantParams wantParams = {}; variable [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_connection_test/ |
H A D | fms_form_render_connection_test.cpp | 59 WantParams wantParams; variable 78 WantParams wantParams; variable 98 WantParams wantParams; variable 118 WantParams wantParams; variable 138 WantParams wantParams; variable 158 WantParams wantParams; variable 178 WantParams wantParams; variable 198 WantParams wantParams; variable
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common_want.cpp | 61 bool InnerUnwrapJS(napi_env env, napi_value param, AAFwk::WantParams &wantParams, std::string strPr… in InnerUnwrapJS() 113 bool UnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams &wantParams) in UnwrapWantParams() 150 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsString() 170 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsBool() 190 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsInt() 210 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsDouble() 229 napi_value WrapWantParams(napi_env env, const AAFwk::WantParams &wantParams) in WrapWantParams()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_param.cpp | 31 std::shared_ptr<WantParams> wantParams(parcel.ReadParcelable<WantParams>()); in ReadFromParcel() local 80 const WantParams &wantParams = want.GetParams(); in GenerateFromWant() local 122 void InsightIntentExecuteParam::UpdateInsightIntentCallerInfo(const WantParams &wantParams, in UpdateInsightIntentCallerInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_proxy.cpp | 28 void SecurityUIExtensionProxy::SendData(const RefPtr<WantParamsWrap>& wantParams) in SendData() 36 const RefPtr<WantParamsWrap>& wantParams, AAFwk::WantParams& reWantParams) in SendDataSync()
|
H A D | ui_extension_proxy.cpp | 28 void UIExtensionProxy::SendData(const RefPtr<WantParamsWrap>& wantParams) in SendData() 35 int32_t UIExtensionProxy::SendDataSync(const RefPtr<WantParamsWrap>& wantParams, AAFwk::WantParams&… in SendDataSync()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 166 WantParams wantParams; variable 189 WantParams wantParams; variable 210 WantParams wantParams; variable 229 WantParams wantParams; variable 250 WantParams wantParams; variable 269 WantParams wantParams; variable 292 WantParams wantParams; variable 454 WantParams wantParams; variable 478 WantParams wantParams; variable 532 WantParams wantParams; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_want.cpp | 95 napi_env env, napi_value jsObject, const std::string& key, const AAFwk::WantParams& wantParams) in AceInnerWrapWantParamsChar() 111 napi_env env, napi_value jsObject, const std::string& key, const AAFwk::WantParams& wantParams) in AceInnerWrapWantParamsString() 127 napi_env env, napi_value jsObject, const std::string& key, const AAFwk::WantParams& wantParams) in AceInnerWrapWantParamsBool() 143 napi_env env, napi_value jsObject, const std::string& key, const AAFwk::WantParams& wantParams) in AceInnerWrapWantParamsByte() 519 napi_value AceWrapWantParams(napi_env env, const AAFwk::WantParams& wantParams) in AceWrapWantParams() 591 const std::string& key, const std::vector<int64_t>& value, AAFwk::WantParams& wantParams) in AceInnerSetWantParamsArrayLong() 607 const std::string& key, const std::vector<bool>& value, AAFwk::WantParams& wantParams) in AceInnerSetWantParamsArrayBool() 623 const std::string& key, const std::vector<double>& value, AAFwk::WantParams& wantParams) in AceInnerSetWantParamsArrayDouble() 639 napi_env env, const std::string& key, napi_value param, AAFwk::WantParams& wantParams) in AceInnerUnwrapWantParamsArray() 706 bool AceUnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams& wantParams) in AceUnwrapWantParams() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/advance/ |
H A D | ai_write_adapter.cpp | 24 std::vector<uint8_t> GetBufferParam(const std::string& key, const AAFwk::WantParams& wantParams) { … in GetBufferParam() 25 bool AIWriteAdapter::GetBoolParam(const std::string& key, const AAFwk::WantParams& wantParams) { re… in GetBoolParam()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_want.cpp | 116 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsChar() 135 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsString() 154 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsBool() 173 napi_env env, napi_value jsObject, const std::string &key, const AAFwk::WantParams &wantParams) in InnerWrapWantParamsByte() 637 napi_value WrapWantParams(napi_env env, const AAFwk::WantParams &wantParams) in WrapWantParams() 680 const std::vector<napi_value> &value, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayObject() 760 const std::string &key, const std::vector<double> &value, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayDouble() 857 bool UnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams &wantParams) in UnwrapWantParams() 914 AAFwk::WantParams &wantParams) in HandleNapiObject() 1128 AAFwk::WantParams wantParams; in UnwrapWant() local [all …]
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | parameter_parse.cpp | 66 … const std::string &key, const std::vector<std::string> &value, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayString() 82 AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayInt() 98 AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayLong() 114 AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayBool() 130 const std::string &key, const std::vector<double> &value, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayDouble() 145 void InnerSetWantParamsArrayFD(CParameters* head, int64_t size, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayFD() 232 int32_t InnerWrapWantParamsString(WantParams &wantParams, CParameters *p) in InnerWrapWantParamsString() 248 int32_t InnerWrapWantParamsT(WantParams &wantParams, CParameters *p) in InnerWrapWantParamsT() 344 int32_t GetFDValue(WantParams &wantParams, std::string key, int *ptr) in GetFDValue() 362 int32_t InnerWrapWantParamsFd(WantParams &wantParams, CParameters *p) in InnerWrapWantParamsFd() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_ai_write_adapter.cpp | 33 std::vector<uint8_t> GetBufferParam(const std::string& key, const AAFwk::WantParams& wantParams) { … in GetBufferParam() 34 bool AIWriteAdapter::GetBoolParam(const std::string& key, const AAFwk::WantParams& wantParams) { re… in GetBoolParam()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability/ |
H A D | ability.js | 38 onContinue(wantParams) { } argument 45 onSaveState(state, wantParams) { argument 48 onShare(wantParams) { } argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | extension_connect_adaptor.cpp | 36 AAFwk::WantParams &wantParams) in DoConnect() 56 AAFwk::WantParams &wantParams, int maxWaitTime) in TryAndWait()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/ |
H A D | load_config_data_info_strategy.cpp | 58 AAFwk::WantParams wantParams; in operator ()() local 80 AAFwk::WantParams wantParams; in operator ()() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/continuemission_fuzzer/ |
H A D | continuemission_fuzzer.cpp | 49 WantParams* wantParams = nullptr; in DoSomethingInterestingWithMyAPI() local 51 WantParams* wantParams = WantParams::Unmarshalling(paramsParcel); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | form_extension.cpp | 83 void FormExtension::OnUpdate(const int64_t formId, const AAFwk::WantParams &wantParams) in OnUpdate() 104 bool FormExtension::OnShare(int64_t formId, AAFwk::WantParams &wantParams) in OnShare() 110 bool FormExtension::OnAcquireData(int64_t formId, AAFwk::WantParams &wantParams) in OnAcquireData()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_connection.cpp | 35 …const FormRecord &formRecord, const WantParams &wantParams) : formRecord_(formRecord), wantParams_… in FormRenderConnection() 98 void FormRenderConnection::UpdateWantParams(const WantParams &wantParams) in UpdateWantParams()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/ |
H A D | insight_intent_execute_param_test.cpp | 69 WantParams wantParams; variable 116 WantParams wantParams; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_supply_callback.cpp | 75 const AAFwk::WantParams& wantParams, int64_t requestCode, const bool& result) in OnShareAcquire() 80 int MockFormSupplyCallback::OnAcquireDataResult(const AAFwk::WantParams &wantParams, int64_t reques… in OnAcquireDataResult()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/mock/ |
H A D | mock_ability.h | 27 int32_t OnSaveState(int32_t reason, WantParams &wantParams) override in OnSaveState()
|
H A D | mock_app_ability.h | 27 int32_t OnSaveState(int32_t reason, WantParams &wantParams) override in OnSaveState()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | ai_write_adapter.cpp | 144 (const AAFwk::WantParams& wantParams) { in BindModalUIExtensionCallback() 169 AAFwk::WantParams wantParams; in SendData() local 177 AAFwk::WantParams& wantParams, const std::string& key, const std::vector<uint8_t>& value) in SetArrayParam() 193 …int8_t> AIWriteAdapter::GetBufferParam(const std::string& key, const AAFwk::WantParams& wantParams) in GetBufferParam() 210 bool AIWriteAdapter::GetBoolParam(const std::string& key, const AAFwk::WantParams& wantParams) in GetBoolParam()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_manager_test.cpp | 115 OHOS::AAFwk::WantParams wantParams; variable 130 OHOS::AAFwk::WantParams wantParams; variable 152 OHOS::AAFwk::WantParams wantParams; variable 196 OHOS::AAFwk::WantParams wantParams; variable
|