Home
last modified time | relevance | path

Searched defs:operation (Results 176 - 200 of 596) sorted by relevance

12345678910>>...24

/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_account_data_test.cpp581 sptr<IAccessibilityElementOperator> operation = new MockAccessibilityElementOperatorProxy(operationStub); in HWTEST_F() local
769 sptr<IAccessibilityElementOperator> operation = new MockAccessibilityElementOperatorProxy(stub); in HWTEST_F() local
835 sptr<IAccessibilityElementOperator> operation = new MockAccessibilityElementOperatorProxy(stub); in HWTEST_F() local
860 sptr<IAccessibilityElementOperator> operation = new MockAccessibilityElementOperatorProxy(stub); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp645 ArkUI_DropOperation operation; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_builder_syntax_test_ng.cpp952 V2::Operation operation; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp350 bool StartableObjectController::AddOperation(StartableOperation&& operation, const BASE_NS::Uid& queueId) in AddOperation() argument
H A Dobject_hierarchy_observer.cpp141 NotifyContainerChangeOp( const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) NotifyContainerChangeOp() argument
166 NotifyContainerMoveOp( const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) NotifyContainerMoveOp() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp144 void CapturerInServer::OnStatusUpdate(IOperation operation) in OnStatusUpdate() argument
H A Daudio_server_dump.cpp215 pa_operation *operation = nullptr; in AudioDataDump() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_chain_manager_unit_test.cpp2106 SceneTypeOperation operation = ADD_SCENE_TYPE; in HWTEST() local
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/renderer_in_server_unit_test/src/
H A Drenderer_in_server_unit_test.cpp2745 IOperation operation = OPERATION_DATA_LINK_CONNECTING; HWTEST_F() local
2761 IOperation operation = OPERATION_DATA_LINK_CONNECTED; HWTEST_F() local
2777 IOperation operation = OPERATION_UNSET_OFFLOAD_ENABLE; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfile_metadata_stream.cpp86 void HandleFileError(const std::string &operation, const std::string &filePath, int fileDescriptor, ssize_t result, in HandleFileError() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp117 std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>> operation; in CreateGroup() local
135 std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> operation; in Connect() local
262 std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> operation = nullptr; in Disconnect() local
296 std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> operation; DestroyGroup() local
312 ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operation) ChangeState() argument
321 PushOperation(const std::shared_ptr<P2pOperation> &operation) PushOperation() argument
330 std::shared_ptr<P2pOperation> operation; ExecuteNextOperation() local
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() argument
121 int DBinderTestService::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() argument
127 int DBinderTestService::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObjectAgain() argument
141 int DBinderTestService::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp70 int MultiVerSyncTaskContext::AddSyncOperation(SyncOperation *operation) in AddSyncOperation() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp239 auto operation = new (std::nothrow) SyncOperation(1, {remoteDeviceId_}, option.mode, nullptr, option.isWait); in Sync() local
267 auto operation = new (std::nothrow) SyncOperation(1, {remoteDeviceId_}, mode, nullptr, wait); Sync() local
289 auto operation = new (std::nothrow) SyncOperation(1, {remoteDeviceId_}, mode, callBack, wait); Sync() local
[all...]
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h113 int32_t operation; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp128 EqualTo(const RdbPredicateOperation &operation) EqualTo() argument
137 NotEqualTo(const RdbPredicateOperation &operation) NotEqualTo() argument
146 And(const RdbPredicateOperation &operation) And() argument
152 Or(const RdbPredicateOperation &operation) Or() argument
158 OrderBy(const RdbPredicateOperation &operation) OrderBy() argument
168 Limit(const RdbPredicateOperation &operation) Limit() argument
183 In(const RdbPredicateOperation& operation) In() argument
189 BeginGroup(const RdbPredicateOperation& operation) BeginGroup() argument
195 EndGroup(const RdbPredicateOperation& operation) EndGroup() argument
201 NotIn(const RdbPredicateOperation& operation) NotIn() argument
207 Contain(const RdbPredicateOperation& operation) Contain() argument
216 BeginWith(const RdbPredicateOperation& operation) BeginWith() argument
225 EndWith(const RdbPredicateOperation& operation) EndWith() argument
234 IsNull(const RdbPredicateOperation& operation) IsNull() argument
240 IsNotNull(const RdbPredicateOperation& operation) IsNotNull() argument
246 Like(const RdbPredicateOperation& operation) Like() argument
255 Glob(const RdbPredicateOperation& operation) Glob() argument
263 Between(const RdbPredicateOperation& operation) Between() argument
271 NotBetween(const RdbPredicateOperation& operation) NotBetween() argument
279 GreaterThan(const RdbPredicateOperation& operation) GreaterThan() argument
288 GreaterThanOrEqual(const RdbPredicateOperation& operation) GreaterThanOrEqual() argument
297 LessThan(const RdbPredicateOperation& operation) LessThan() argument
306 LessThanOrEqual(const RdbPredicateOperation& operation) LessThanOrEqual() argument
315 Distinct(const RdbPredicateOperation& operation) Distinct() argument
320 IndexedBy(const RdbPredicateOperation& operation) IndexedBy() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Drecover_manager.cpp59 TEEC_Operation operation = { 0 }; in CreateRecoverKey() local
158 TEEC_Operation operation = { 0 }; in SetRecoverKeyToTee() local
194 TEEC_Operation operation; OpenSession() local
[all...]
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dsmp.c89 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dsmp.c89 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_fcopy.c125 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data() local
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dphy.h256 __le32 operation; member
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Dislpci_mgt.h86 u8 operation; member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-mem.c32 int operation; member
/kernel/linux/linux-5.10/sound/soc/intel/common/
H A Dsst-dsp.c144 sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask, u32 target, u32 time, char *operation) sst_dsp_register_poll() argument
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front.c27 be_stream_prepare_req(struct xen_snd_front_evtchnl *evtchnl, u8 operation) in be_stream_prepare_req() argument

Completed in 37 milliseconds

12345678910>>...24