/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.cpp | 62 for (const auto &operation : predicates.operations_) { in MakeQuery() local 87 for (const auto& operation : predicates.operations_) { in MakeCloudQuery() local 127 void RdbQuery::EqualTo(const RdbPredicateOperation &operation) in EqualTo() 145 void RdbQuery::And(const RdbPredicateOperation &operation) in And() 151 void RdbQuery::Or(const RdbPredicateOperation &operation) in Or() 167 void RdbQuery::Limit(const RdbPredicateOperation &operation) in Limit() 182 void RdbQuery::In(const RdbPredicateOperation& operation) in In() 200 void RdbQuery::NotIn(const RdbPredicateOperation& operation) in NotIn() 233 void RdbQuery::IsNull(const RdbPredicateOperation& operation) in IsNull() 245 void RdbQuery::Like(const RdbPredicateOperation& operation) in Like() [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | operation_test.cpp | 68 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 83 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 97 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 110 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 123 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 136 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 149 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 162 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 176 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable 196 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_operation_test.cpp | 44 BootAnimationOperation operation; variable 56 BootAnimationOperation operation; variable 68 BootAnimationOperation operation; variable 80 BootAnimationOperation operation; variable 93 BootAnimationOperation operation; variable 107 BootAnimationOperation operation; variable 120 BootAnimationOperation operation; variable
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_operation_test.cpp | 76 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 92 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 107 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 122 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 137 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 152 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 167 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 182 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 198 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable 219 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); variable [all …]
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_session_manager.c | 70 static void FreeOperation(struct HksOperation **operation) in FreeOperation() 82 static void DeleteKeyNodeAndDecreaseGlobalCount(struct HksOperation *operation) in DeleteKeyNodeAndDecreaseGlobalCount() 93 struct HksOperation *operation = NULL; in DeleteFirstAbortableOperation() local 119 struct HksOperation *operation = NULL; in DeleteFirstTimeOutBatchOperation() local 151 struct HksOperation *operation = NULL; in DeleteFirstAbortableOperationForTokenId() local 176 struct HksOperation *operation = NULL; in DeleteForTokenIdIfExceedLimit() local 192 static int32_t AddOperation(struct HksOperation *operation) in AddOperation() 371 struct HksOperation *operation = NULL; in QueryOperationAndMarkInUse() local 391 void MarkOperationUnUse(struct HksOperation *operation) in MarkOperationUnUse() 408 struct HksOperation *operation = NULL; in DeleteOperation() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_unavailable_state.cpp | 32 void P2pUnavailableState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() 43 int P2pUnavailableState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>… in CreateGroup() 48 int P2pUnavailableState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &opera… in Connect() 53 int P2pUnavailableState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupPara… in DestroyGroup() 58 int P2pUnavailableState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>… in RemoveLink()
|
H A D | p2p_create_group_state.cpp | 33 void P2pCreateGroupState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() 50 int P2pCreateGroupState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>… in CreateGroup() 57 int P2pCreateGroupState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &opera… in Connect() 63 int P2pCreateGroupState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupPara… in DestroyGroup() 69 int P2pCreateGroupState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>… in RemoveLink()
|
H A D | p2p_destroy_group_state.cpp | 33 void P2pDestroyGroupState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() 50 int P2pDestroyGroupState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam… in CreateGroup() 56 int P2pDestroyGroupState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &oper… in Connect() 62 int P2pDestroyGroupState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupPar… in DestroyGroup() 68 int P2pDestroyGroupState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam… in RemoveLink()
|
H A D | p2p_connect_state.cpp | 41 void P2pConnectState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() 63 int P2pConnectState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>> &o… in CreateGroup() 70 int P2pConnectState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &operation) in Connect() 77 int P2pConnectState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> … in DestroyGroup() 83 int P2pConnectState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> &o… in RemoveLink() 138 auto operation = std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(operation_); in PreprocessP2pConnectionChangeEvent() local 192 auto operation = std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(operation_); in DetectDhcpTimeout() local
|
H A D | p2p_available_state.cpp | 36 void P2pAvailableState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() 52 int P2pAvailableState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>> … in CreateGroup() 74 int P2pAvailableState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &operati… in Connect() 84 int P2pAvailableState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>… in DestroyGroup() 94 int P2pAvailableState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> … in RemoveLink()
|
H A D | p2p_entity_state.cpp | 21 …d P2pEntityState::ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operatio… in ChangeState()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_asset_download_test/src/ |
H A D | medialibrary_cloud_asset_download_test.cpp | 205 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 223 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 241 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 347 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 414 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 428 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 445 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 464 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 480 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable 500 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | data_ability_operation_module_test.cpp | 60 std::shared_ptr<DataAbilityOperation> operation = variable 87 std::shared_ptr<DataAbilityOperation> operation = DataAbilityOperation::NewUpdateBuilder(uri) variable 107 std::shared_ptr<DataAbilityOperation> operation = variable 134 std::shared_ptr<DataAbilityOperation> operation = builder->WithPredicates(predicates)->Build(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 41 TransformOperation operation; in Translate() local 75 TransformOperation operation; in Scale() local 99 TransformOperation operation; in Rotate() local 123 TransformOperation operation; in Skew() local 141 TransformOperation operation; in Perspective() local 157 TransformOperation operation; in Matrix3d() local 165 TransformOperation operation; in Matrix3d() local 181 TransformOperation operation; in SetRotateTransition() local 204 TransformOperation operation; in SetTranslateTransition() local 225 TransformOperation operation; in SetScaleTransition() local
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_teec.c | 281 TEEC_Operation operation; in HksTeeProvision() local 302 TEEC_Operation operation; in HksTeeProvisionVerify() local 327 TEEC_Operation operation; in HksTeeGenerateKey() local 343 TEEC_Operation operation; in HksTeeCheckKeyLegality() local 357 TEEC_Operation operation; in HksTeeGenerateRandom() local 373 TEEC_Operation operation; in HksTeeImportKey() local 392 TEEC_Operation operation; in HksTeeExportPublicKey() local 412 TEEC_Operation operation; in HksTeeAgreeKey() local 430 TEEC_Operation operation; in HksTeeDeriveKey() local 449 TEEC_Operation operation; in HksTeeAttestKey() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | main.cpp | 32 CommandTimer(const std::string &timerName, uint32_t timeout, const std::string &operation) in CommandTimer() 53 std::string operation; in main() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/ |
H A D | pulse_audio_service_adapter_impl.cpp | 225 … pa_operation *operation = pa_context_unload_module(mContext, audioHandleIndex, nullptr, nullptr); in CloseAudioPort() local 272 pa_operation *operation = nullptr; in SetSinkMute() local 305 pa_operation *operation = pa_context_set_default_sink(mContext, name.c_str(), nullptr, nullptr); in SetDefaultSink() local 324 … pa_operation *operation = pa_context_set_default_source(mContext, name.c_str(), nullptr, nullptr); in SetDefaultSource() local 386 pa_operation *operation = pa_context_get_sink_info_list(mContext, in GetAllSinks() local 453 pa_operation *operation = nullptr; in MoveSinkInputByIndexOrName() local 496 pa_operation *operation = nullptr; in MoveSourceOutputByIndexOrName() local 562 pa_operation *operation = pa_context_get_sink_input_info_list(mContext, in GetAllSinkInputs() local 597 pa_operation *operation = pa_context_get_source_output_info_list(mContext, in GetAllSourceOutputs() local 689 pa_operation *operation = pa_context_subscribe(c, (pa_subscription_mask_t) in PaContextStateCb() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_component.cpp | 48 void TweenComponent::SetAnimationOperation(const AnimationOperation& operation) in SetAnimationOperation() 59 void TweenComponent::SetCustomAnimationOperation(const AnimationOperation& operation) in SetCustomAnimationOperation()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pa_capturer_stream_impl.cpp | 129 pa_operation *operation = nullptr; in Start() local 154 …pa_operation *operation = pa_stream_cork(paStream_, 1, PAStreamPauseSuccessCb, reinterpret_cast<vo… in Pause() local 176 pa_operation *operation = pa_stream_update_timing_info(paStream_, NULL, NULL); in GetCurrentTimeStamp() local 219 …pa_operation *operation = pa_stream_update_timing_info(paStream_, PAStreamUpdateTimingInfoSuccessC… in GetLatency() local 255 pa_operation *operation = nullptr; in Flush() local 284 …pa_operation *operation = pa_stream_cork(paStream_, 1, PAStreamStopSuccessCb, reinterpret_cast<voi… in Stop() local 298 pa_operation *operation = pa_stream_cork(paStream_, 1, nullptr, nullptr); in Release() local
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation,… in TransProxyObject() 121 int DBinderTestService::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() 127 …Service::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObjectAgain() 141 int DBinderTestService::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | transform_convertor.cpp | 72 TransformOperation operation; in AddAnimationToTweenOption() local 114 TransformOperation operation; in AddKeyframe() local 123 TransformOperation operation; in AddKeyframe() local 132 TransformOperation operation; in AddKeyframe() local 141 TransformOperation operation; in AddKeyframe() local 150 TransformOperation operation; in AddKeyframe() local 159 TransformOperation operation; in AddKeyframe() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/media_cloud_asset_download/ |
H A D | cloud_media_asset_callback.h | 29 …MediaCloudDownloadCallback(std::shared_ptr<CloudMediaAssetDownloadOperation> operation) : operatio… in MediaCloudDownloadCallback()
|
H A D | cloud_media_asset_observer.h | 29 …CloudMediaAssetObserver(std::shared_ptr<CloudMediaAssetDownloadOperation> operation) : operation_(… in CloudMediaAssetObserver()
|
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/ |
H A D | tee_client.cpp | 172 TEEC_Result TeeClient::TEEC_CheckOperation(const TEEC_Operation *operation) in TEEC_CheckOperation() 421 uint32_t connectionMethod, const void *connectionData, TEEC_Operation *operation, in OpenSession() 503 static bool WriteOperation(MessageParcel &data, TEEC_Operation *operation) in WriteOperation() 541 TEEC_Result TeeClient::GetTeecOptMem(TEEC_Operation *operation, in GetTeecOptMem() 636 TEEC_Result TeeClient::TeecOptDecode(TEEC_Operation *operation, in TeecOptDecode() 990 TEEC_Result TeeClient::GetOptMemSize(TEEC_Operation *operation, size_t *memSize) in GetOptMemSize() 1033 TEEC_Operation *operation, uint32_t *returnOrigin) in InvokeCommand() 1062 TEEC_Session *session, uint32_t commandID, TEEC_Operation *operation) in WriteInvokeData() 1094 uint32_t commandID, TEEC_Operation *operation, uint32_t *returnOrigin) in InvokeCommandSendCmd() 1485 void TeeClient::RequestCancellation(const TEEC_Operation *operation) in RequestCancellation() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_proxy.cpp | 115 …uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_MEMORYLEVEL_APPLICATIO… in ScheduleMemoryLevel() local 122 …uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_HEAPMEMORY_APPLICATION… in ScheduleHeapMemory() local 148 …uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_JSHEAP_MEMORY_APPLICAT… in ScheduleJsHeapMemory() local 166 …uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_SHRINK_MEMORY_APPLICAT… in ScheduleShrinkMemory() local 170 void AppSchedulerProxy::ScheduleMemoryCommon(const int32_t level, const uint32_t operation) in ScheduleMemoryCommon() 634 uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_DUMP_IPC_START); in ScheduleDumpIpcStart() local 666 uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_DUMP_IPC_STOP); in ScheduleDumpIpcStop() local 698 uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_DUMP_IPC_STAT); in ScheduleDumpIpcStat() local 730 uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_DUMP_FFRT); in ScheduleDumpFfrt() local 778 uint32_t operation = static_cast<uint32_t>(IAppScheduler::Message::SCHEDULE_CACHE_PROCESS); in ScheduleCacheProcess() local
|