Home
last modified time | relevance | path

Searched refs:param_ (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzipfolder_output.cpp55 param_ = parameter; in PreExecute()
56 auto callback = param_->getClientCallback(); in PreExecute()
122 …const std::shared_ptr<RawParam> callback = (param_ == nullptr) ? nullptr : param_->getClientCallba… in Reset()
123 if ((param_ != nullptr) && (callback != nullptr)) { in Reset()
125 auto logZipPath = param_->GetOpts().path_; in Reset()
133 param_ = nullptr; in Reset()
/base/web/webview/interfaces/kits/napi/webfunction/
Dwebview_web_inited_callback.cpp26 napi_get_uv_event_loop(param_->env_, &loop); in RunInitedCallback()
37 work->data = reinterpret_cast<void*>(param_); in RunInitedCallback()
66 if (param_ != nullptr) { in RunInitedCallback()
67 delete param_; in RunInitedCallback()
68 param_ = nullptr; in RunInitedCallback()
Dwebview_web_inited_callback.h38 explicit WebRunInitedCallbackImpl(WebInitedCallbackParam *param) : param_(param) {} in WebRunInitedCallbackImpl()
42 WebInitedCallbackParam *param_ = nullptr; variable
/base/notification/eventhandler/frameworks/eventhandler/src/
Dinner_event.cpp169 event->param_ = param; in Get()
267 if (param_ != 0) { in Dump()
268 content.append(", param = " + std::to_string(param_)); in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dzipfolder_output.h32 std::shared_ptr<DumperParameter> param_; variable
/base/telephony/core_service/services/network_search/include/
Dnetwork_utils.h34 int32_t param_; member
39 param_ = param; in NetworkSearchCallbackInfo()
/base/telephony/core_service/services/network_search/src/
Dnetwork_selection.cpp160 nsm->SetNetworkSelectionValue(slotId_, static_cast<SelectionMode>(callbackInfo->param_)); in ProcessSetNetworkSelectionMode()
162 callbackInfo->param_, slotId_); in ProcessSetNetworkSelectionMode()
Dnetwork_type.cpp107 int64_t networkMode = callbackInfo->param_; in ProcessSetPreferredNetwork()
Dradio_info.cpp128 nsm->SetRadioStateValue(slotId_, (ModemPowerState)(callbackInfo->param_)); in ProcessSetRadioState()
129 radioState = (ModemPowerState)callbackInfo->param_; in ProcessSetRadioState()
/base/global/resource_management/interfaces/js/innerkits/core/include/
Dresource_manager_addon.h165 int32_t param_; member
192 …ResMgrAsyncContext() : work_(nullptr), resId_(0), param_(0), iValue_(0), fValue_(0.0f), bValue_(fa… in ResMgrAsyncContext()
/base/notification/eventhandler/interfaces/inner_api/
Dinner_event.h291 return param_; in GetParam()
510 int64_t param_{0};
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_addon.cpp1010 resId, asyncContext->param_, asyncContext->param_); in __anon14aac4541102()
1017 asyncContext->resName_.c_str(), asyncContext->param_, asyncContext->param_); in __anon14aac4541102()
1058 napi_get_value_int32(env, argv[i], &asyncContext->param_); in ProcessIdNameParam()