/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | operation.cpp | 22 Operation::Operation() : flags_(0), uri_("") in Operation() function in OHOS::AAFwk::Operation 26 Operation::Operation(const Operation &other) : flags_(0), uri_(other.uri_.ToString()) in Operation() function in OHOS::AAFwk::Operation 37 Operation::~Operation() in ~Operation() 41 * @description: Obtains the value of the abilityName attribute included in this Operation. 42 * @return Returns the ability name included in this Operation. 44 std::string Operation [all...] |
H A D | operation_builder.cpp | 71 std::shared_ptr<Operation> OperationBuilder::Build() in Build() 73 std::shared_ptr<Operation> operation = std::make_shared<Operation>(); in Build()
|
/foundation/multimedia/av_session/utils/src/ |
H A D | avsession_sysevent.cpp | 31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount() 58 HiSysWriteStatistic("CONTROL_COMMAND_STATISTICS", "PLAY_COUNT", optCounts_[Operation::OPT_PLAY], in Regiter() 59 "PAUSE_COUNT", optCounts_[Operation::OPT_PAUSE], "STOP_COUNT", optCounts_[Operation::OPT_STOP], in Regiter() 60 "PLAY_NEXT_COUNT", optCounts_[Operation::OPT_PLAY_NEXT], in Regiter() 61 "PLAY_PREVIOUS_COUNT", optCounts_[Operation::OPT_PLAY_PREVIOUS], in Regiter() 62 "FAST_FORWARD_COUNT", optCounts_[Operation::OPT_FAST_FORWARD], in Regiter() 63 "REWIND_COUNT", optCounts_[Operation::OPT_REWIND], in Regiter() 64 "SEEK_COUNT", optCounts_[Operation::OPT_SEEK], in Regiter() 65 "SET_SPEED_COUNT", optCounts_[Operation in Regiter() [all...] |
/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | operation.h | 28 class Operation : public Parcelable { class 33 Operation(); 34 ~Operation(); 35 Operation(const Operation &other); 37 * @description: Obtains the value of the abilityName attribute included in this Operation. 38 * @return Returns the ability name included in this Operation. 43 * @description: Obtains the value of the action attribute included in this Operation. 44 * @return Returns the action included in this Operation. 49 * @description: Obtains the value of the bundleName attribute included in this Operation [all...] |
H A D | operation_builder.h | 25 class Operation; 72 std::shared_ptr<Operation> Build();
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | operation_test.cpp | 68 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 83 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 97 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 110 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 123 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 136 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 149 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 162 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 176 std::shared_ptr<Operation> operation = operationbuilder_->Build(); in HWTEST_F() 196 std::shared_ptr<Operation> operatio in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_element.cpp | 33 PopupComponentInfo pushComponentInfo = { -1, "-1", Operation::DIRECT_PUSH, newComponent }; in PushInstant() 41 PopupComponentInfo pushComponentInfo = { -1, "-1", Operation::DIRECT_PUSH, newComponent }; in PushComponent() 49 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::DIRECT_POP, nullptr }; in PopComponent() 56 PopupComponentInfo pushComponentInfo = { toastId, "-1", Operation::TOAST_PUSH, newComponent }; in PushToastComponent() 63 PopupComponentInfo popComponentInfo = { toastPopId, "-1", Operation::TOAST_POP, nullptr }; in PopToastComponent() 70 PopupComponentInfo pushComponentInfo = { -1, "-1", Operation::PANEL_PUSH, newComponent }; in PushPanel() 102 PopupComponentInfo pushComponentInfo = { -1, "-1", Operation::DIALOG_PUSH, newComponent }; in PushDialog() 120 PopupComponentInfo popComponentInfo = { id, "-1", Operation::DIALOG_POP, nullptr }; in PopDialog() 128 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::TEXT_OVERLAY_POP, nullptr }; in PopTextOverlay() 135 PopupComponentInfo popComponentInfo = { -1, id, Operation in PopPopup() [all...] |
H A D | stack_element.h | 28 enum class Operation { class in OHOS::Ace::StackElement 52 Operation operation = Operation::NONE;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_operation_statement.h | 24 enum class Operation : int32_t { class 42 Operation operationType; 55 Operation operationType;
|
/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_builder_syntax_test_ng.cpp | 223 std::list<V2::Operation> DataOperations; in HWTEST_F() 224 V2::Operation operation1 = {.type = "text"}; in HWTEST_F() 364 V2::Operation operation1 = {.type = "delete", .index = INDEX_0, .count = INDEX_8}; in HWTEST_F() 369 V2::Operation operation2 = {.type = "delete", .index = INDEX_8, .count = INDEX_8}; in HWTEST_F() 399 std::list<V2::Operation> DataOperations; in HWTEST_F() 400 V2::Operation operation1 = {.type = "change", .index = INDEX_0, .count = INDEX_8}; in HWTEST_F() 431 std::list<V2::Operation> DataOperations; in HWTEST_F() 432 V2::Operation operation1 = {.type = "move", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std::pair(8, 8)}; in HWTEST_F() 436 std::list<V2::Operation> DataOperations1; in HWTEST_F() 437 V2::Operation operation in HWTEST_F() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | i_stream_listener.h | 23 enum Operation : int32_t { 44 virtual int32_t OnOperationHandled(Operation operation, int64_t result) = 0;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.h | 44 struct Operation { struct in ComponentQuery 64 void SetupQuery(const IComponentManager& baseComponentSet, BASE_NS::array_view<const Operation> operations, 73 BASE_NS::array_view<const Operation> operations, bool enableEntityLookup = false); 139 BASE_NS::vector<Operation::Method> operationMethods_;
|
H A D | component_query.cpp | 49 const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enableEntityLookup) in SetupQuery() 66 operationMethods_.push_back(Operation::REQUIRE); in SetupQuery() 118 case Operation::REQUIRE: { in Execute() 124 case Operation::OPTIONAL: { in Execute() 150 const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enableEntityLookup) in Execute() 228 if (operationMethods_[i] == Operation::OPTIONAL) { in OnEntityEvent()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | testing_objects.cpp | 83 ops_.push_back(ITestStartable::Operation::ATTACH); 92 ops_.push_back(ITestStartable::Operation::DETACH); 128 BASE_NS::vector<Operation> StopRecording() override 133 BASE_NS::vector<Operation> GetOps() const override 143 ops_.push_back(ITestStartable::Operation::TICK); 161 ops_.push_back(ITestStartable::Operation::START); 171 ops_.push_back(ITestStartable::Operation::STOP); 180 BASE_NS::vector<ITestStartable::Operation> ops_; 620 std::ostream& operator<<(std::ostream& os, const META_NS::ITestStartable::Operation& op) in operator <<() 623 case ITestStartable::Operation in operator <<() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_data_change_listener.h | 155 std::list<V2::Operation> DataOperations; in OnDatasetChange() 169 void TransferJSInfoType(std::list<V2::Operation>& DataOperations, JSRef<JSObject> value) in TransferJSInfoType() 174 V2::Operation dataOperation; in TransferJSInfoType() 206 void transferIndex(JSRef<JSObject> value, V2::Operation& dataOperation) in transferIndex() 227 void transferCount(JSRef<JSObject> value, V2::Operation& dataOperation) in transferCount() 234 void transferKey(JSRef<JSObject> value, V2::Operation& dataOperation) in transferKey() 289 void NotifyAll(void (V2::DataChangeListener::*method)(Args...), const std::list<V2::Operation>& args) in NotifyAll()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_stream_listener_stub.cpp | 64 Operation operation = static_cast<Operation>(temp); in HandleOnOperationHandled()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_types_util.h | 27 using Operation = DataShare::OperationItem; 39 bool Unmarshalling(Operation &operation, MessageParcel &parcel);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/ |
H A D | lazy_foreach_component.h | 26 typedef struct Operation { struct 34 } Operation; typedef 47 virtual void OnDatasetChange(const std::list<Operation>& DataOperations) = 0;
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | session_stack.cpp | 29 HISYSEVENT_ADD_OPERATION_COUNT(Operation::OPT_CREATE_SESSION); in AddSession() 57 HISYSEVENT_ADD_OPERATION_COUNT(Operation::OPT_DELETE_SESSION); in RemoveSession() 74 HISYSEVENT_ADD_OPERATION_COUNT(Operation::OPT_DELETE_SESSION); in RemoveSession() 89 HISYSEVENT_ADD_OPERATION_COUNT(Operation::OPT_DELETE_SESSION); in RemoveSession()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | hierarchy_controller.h | 60 enum Operation { enum 67 Operation operation_;
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | connection_manager.h | 34 AAFwk::Operation connectReceiver; 41 ConnectionInfo(const sptr<IRemoteObject> &connectCaller, const AAFwk::Operation &connectReceiver, in ConnectionInfo() 188 bool IsConnectReceiverEqual(AAFwk::Operation &connectReceiver,
|
/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_sysevent.h | 26 enum class Operation { class 96 void AddOperationCount(Operation operation); 107 std::map<Operation, uint32_t> optCounts_;
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_itypes_utils.h | 28 using Operation = DataShare::OperationItem; 63 bool Marshalling(const Operation &operation, MessageParcel &parcel); 66 bool Unmarshalling(Operation &operation, MessageParcel &parcel);
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_itypes_utils.cpp | 33 std::vector<Operation> operations{}; in Unmarshalling() 75 bool Marshalling(const Operation &operation, MessageParcel &parcel) in Marshalling() 81 bool Unmarshalling(Operation &operation, MessageParcel &parcel) in Unmarshalling() 227 operationStatement.operationType = static_cast<DataShare::Operation>(type); in Unmarshalling() 246 execResult.operationType = static_cast<DataShare::Operation>(type); in Unmarshalling()
|
/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | ipc_stream_listener_impl.h | 32 int32_t OnOperationHandled(Operation operation, int64_t result) override;
|