Home
last modified time | relevance | path

Searched refs:action_ (Results 1 - 25 of 81) sorted by relevance

1234

/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp29 action_ = other.action_; in Operation()
55 return action_; in GetAction()
198 if (action_ != other.action_) { in operator ==()
236 action_ = other.action_; in operator =()
249 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(action_)); in Marshalling()
288 action_ = Str16ToStr8(readString16); in ReadFromParcel()
367 action_ in SetAction()
[all...]
H A Doperation_builder.cpp21 : abilityName_(""), action_(""), bundleName_(""), deviceId_(""), flags_(0), uri_("") in OperationBuilder()
49 action_ = action; in WithAction()
77 operation->action_ = action_; in Build()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp116 SystemAbilityManagerClient::GetInstance().action_ = "set_null"; in HWTEST_F()
123 SystemAbilityManagerClient::GetInstance().action_ = ""; in HWTEST_F()
141 SystemAbilityManagerClient::GetInstance().action_ = "set_null"; in HWTEST_F()
147 SystemAbilityManagerClient::GetInstance().action_ = ""; in HWTEST_F()
161 SystemAbilityManagerClient::GetInstance().action_ = "set_null"; in HWTEST_F()
165 SystemAbilityManagerClient::GetInstance().action_ = ""; in HWTEST_F()
179 SystemAbilityManagerClient::GetInstance().action_ = "set_null"; in HWTEST_F()
184 SystemAbilityManagerClient::GetInstance().action_ = ""; in HWTEST_F()
199 SystemAbilityManagerClient::GetInstance().action_ = "set_null"; in HWTEST_F()
203 SystemAbilityManagerClient::GetInstance().action_ in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp29 action_ = other.action_; in DistributedOperation()
48 return action_; in GetAction()
133 if (action_ != other.action_) { in operator ==()
171 action_ = other.action_; in operator =()
184 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(action_)); in Marshalling()
223 action_ = Str16ToStr8(dReadString16); in ReadFromParcel()
278 action_ in SetAction()
[all...]
H A Ddistributed_operation_builder.cpp22 : abilityName_(""), action_(""), bundleName_(""), deviceId_(""), flags_(0), uri_("") in DistributedOperationBuilder()
50 action_ = action; in WithAction()
78 dOperation->action_ = action_; in build()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_set_useroperation_req.h35 return action_; in GetOperation()
45 action_ = action; in SetOperation()
69 int32_t action_ { 0 };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form_link/
H A Dform_link_info.h31 action_ = action; in SetAction()
42 json->Put("action", action_.c_str()); in ToString()
49 std::string action_; member in OHOS::Ace::NG::final
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H A Dscope_guard.h31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard()
35 action_(); in ~ScopeGuard()
45 ExitAction action_; member in OHOS::Detail::ScopeGuard
/foundation/multimedia/av_codec/services/utils/include/
H A Dscope_guard.h31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard()
35 action_(); in ~ScopeGuard()
45 ExitAction action_; member in OHOS::Detail::ScopeGuard
/foundation/multimedia/player_framework/services/utils/include/
H A Dscope_guard.h31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard()
35 action_(); in ~ScopeGuard()
45 ExitAction action_; member in OHOS::Detail::ScopeGuard
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dinput_manager_listener.cpp63 msg.action_ = LID_CLOSE; in OnCallbackEvent()
66 msg.action_ = LID_OPEN; in OnCallbackEvent()
69 msg.action_ = LID_OPEN; in OnCallbackEvent()
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_event.cpp34 action_(other.action_), in InputEvent()
85 return action_; in GetAction()
90 action_ = action; in SetAction()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ddds_trace.h42 action_ = action; in DdsTrace()
76 if ((traceSwitch_ & API_PERFORMANCE_TRACE_ON) == API_PERFORMANCE_TRACE_ON && action_) { in Finish()
77 action_(value, std::chrono::duration_cast<std::chrono::milliseconds>(System::now() - lastTime_).count()); in Finish()
80 Action action_; member in OHOS::DistributedDataDfx::DdsTrace
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h81 : codecPacket_(codecPacket), action_(VideoCodecAction::NO_ACTION) {} in DCameraCodecEvent()
84 : codecPacket_(codecPacket), action_(otherAction) {} in DCameraCodecEvent()
94 return action_; in GetAction()
99 VideoCodecAction action_; member in OHOS::DistributedHardware::DCameraCodecEvent
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h73 action_ = action; in SetAction()
78 return action_; in GetAction()
108 Action action_ = Action::UNKNOWN; member in OHOS::nmd::NetsysEventMessage
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp103 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON || in HandleCommonEvent()
104 message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING || in HandleCommonEvent()
105 message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_USB_DEVICE_ATTACHED) { in HandleCommonEvent()
118 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in HandleScreenStatus()
120 } else if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in HandleScreenStatus()
130 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF || in CheckEnterDarkState()
131 message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_DISCHARGING || in CheckEnterDarkState()
132 message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_USB_DEVICE_DETACHED) { in CheckEnterDarkState()
143 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in HandleScrOffHalfHour()
148 } else if (message.action_ in HandleScrOffHalfHour()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp38 explicit CloudDeath(std::function<void()> action) : action_(std::move(action)){}; in CloudDeath()
41 if (action_) {
42 action_();
47 std::function<void()> action_; member in OHOS::CloudData::CloudDeath
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h33 return action_; in GetAction()
38 action_ = action; in SetAction()
121 std::string action_; member in OHOS::AppExecFwk::DistributeReqParam
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_param.h50 AppAction action_; member in OHOS::Memory::ReclaimParam
58 action_(action) {} in ReclaimParam()
76 + " action:" + GetAppActionStr(action_); in ToString()
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dstandby_messsage.h56 StandbyMessage(uint32_t eventId, const std::string& action): eventId_(eventId), action_(action) {} in StandbyMessage()
59 std::string action_ {""};
/foundation/ability/ability_runtime/test/unittest/ability_manager_event_subscriber_test/
H A Dability_manager_event_subscriber_test.cpp56 data.want_.operation_.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED; in HWTEST_F()
59 data.want_.operation_.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED; in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Ddisplay_change_info.cpp26 return parcel.WriteUint32(static_cast<uint32_t>(action_)) && parcel.WriteUint64(toScreenId_) && in Marshalling()
37 info->action_ = static_cast<ActionType>(parcel.ReadUint32()); in Unmarshalling()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcommand.cpp21 : format_(argsFormat), help_(help), action_(action) in Command()
37 return action_(input, output); in DoAction()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp89 if (!action || action_) { in SetAction()
96 action_ = action; in SetAction()
229 if (!action_) { in CheckStatus()
352 if (!action_) { in Dispatch()
359 errCode = action_(revents_); in Dispatch()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp195 message.action_ = eventName; in HWTEST_F()
609 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
611 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING; in HWTEST_F()
613 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_USB_DEVICE_ATTACHED; in HWTEST_F()
617 message.action_ = "1234"; in HWTEST_F()
619 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
621 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_DISCHARGING; in HWTEST_F()
639 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
641 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
644 message.action_ in HWTEST_F()
[all...]

Completed in 9 milliseconds

1234