Home
last modified time | relevance | path

Searched defs:target (Results 2051 - 2075 of 2610) sorted by relevance

1...<<81828384858687888990>>...105

/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp1758 std::string target = packageAccount->GetConfig()->GetShortkeyTarget(); in PackageChanged() local
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp1758 std::string target = packageAccount->GetConfig()->GetShortkeyTarget(); in PackageChanged() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp729 void UIView::GetTargetView(const Point& point, UIView** current, UIView** target) in GetTargetView() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1895 Component *target = (parent == nullptr) ? this : parent; in HandleChildrenChange() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp141 jerry_value_t target = UNDEFINED; in MallocStringOf() local
951 IsHexColor(const char * const target) IsHexColor() argument
955 IsRgbColor(const char * const target) IsRgbColor() argument
959 IsRgbaColor(const char * const target) IsRgbaColor() argument
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp76 std::string target = "/system/bin/render_service"; in IsLocalRender() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h209 BufferTarget target = BufferTarget::NOT_DEFINED; // ARRAY_BUFFER, ELEMENT_ARRAY_BUFFER member
581 BASE_NS::vector<Attribute> target; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp322 T& target = Get<T&>(animatedValue); in Interpolate() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp68 BASE_NS::string ResolvePathToAnimationRoot(IEcs& ecs, Entity root, Entity target) in ResolvePathToAnimationRoot() argument
729 auto target in RemoveKey() local
764 auto target = manager->GetData(targetEntity); UpdateKey() local
936 GetAnimationTrack(CORE_NS::Entity target, BASE_NS::string_view fullPropertyPath) GetAnimationTrack() argument
1225 auto target = animationTrackHandle->target; UpdateAnimationTrackDuration() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1744 auto target = startTarget; in GatherDeltasP() local
1770 auto target = startTarget; GatherDeltasP() local
1836 auto target = startTarget; GatherDeltasPN() local
1870 auto target = startTarget; GatherDeltasPN() local
1966 auto target = startTarget; GatherDeltasPNT() local
2005 auto target = startTarget; GatherDeltasPNT() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4903 auto target = RSNodeMap::Instance().GetAnimationFallbackNode(); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp763 int32_t ImageUtils::KMPFind(const uint8_t* target, uint32_t targetLen, in KMPFind() argument
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp438 ReqProc target = request.target; in HandleAbilityStart() local
569 bool ReclaimPriorityManager::HandleCreateProcess(ReqProc &target, int accountId, bool isRender) in HandleCreateProcess() argument
742 ReqProc target = request.target; UpdateExtensionStatusForTarget() local
775 ReqProc target = request.target; UpdateExtensionStatusForCaller() local
927 ReqProc target = request.target; UpdateReclaimPriorityInner() local
[all...]
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp657 auto target = taskParam->wantAgent_->GetPendingWant()->GetTarget(); in StartBackgroundRunning() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c310 static int32_t CopyAsyncReqItemSessionParamIds(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParamIds() argument
338 static int32_t CopyAsyncReqItemSessionParam(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParam() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp488 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, bool isNeedConnect) in LnnCreateConnectionFsm() argument
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h172 } target; member
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c573 ConnBrDevice *target = NULL; in HandlePendingRequestOnAvailableState() local
951 BrPending *target = NULL; in UnpendConnection() local
1029 TransitionToState(enum BrServerState target) TransitionToState() argument
1388 ConnBrConnection *target = NULL; ConnBrRemoveConnection() local
1420 ConnBrConnection *target = NULL; ConnBrGetConnectionByAddr() local
1448 ConnBrConnection *target = NULL; ConnBrGetConnectionById() local
1659 BrPending *target = NULL; BrPendConnection() local
[all...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp826 napi_value NAPI_ohos_rpc_CreateJsRemoteObject(napi_env env, const sptr<IRemoteObject> target) in NAPI_ohos_rpc_CreateJsRemoteObject() argument
1131 napi_value StubSendRequestAsync(napi_env env, sptr<IRemoteObject> target, uint32_t code, in StubSendRequestAsync() argument
1172 StubSendRequestPromise(napi_env env, sptr<IRemoteObject> target, uint32_t code, std::shared_ptr<MessageParcel> data, std::shared_ptr<MessageParcel> reply, MessageOption &option, napi_value *argv) StubSendRequestPromise() argument
1244 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); NAPI_RemoteObject_sendRequest() local
1328 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); NAPI_RemoteObject_sendMessageRequest() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1715 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, in LnnCreateConnectionFsm() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dlnn_data_cloud_sync_mock.cpp469 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, bool isNeedConnect) in LnnCreateConnectionFsm() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp875 const auto &target = cloudTaskInfos_[targetId]; in MergeTaskTablesIfConsistent() local
902 std::pair<TaskId, TaskId> CloudSyncer::SwapTwoTaskAndCopyTable(TaskId source, TaskId target) in SwapTwoTaskAndCopyTable() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp519 DataValue target; in CheckVirtualData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp411 void SQLiteSingleVerNaturalStoreConnection::ResetConflictNotifierCount(int target) in ResetConflictNotifierCount() argument
422 void SQLiteSingleVerNaturalStoreConnection::AddConflictNotifierCount(int target) in AddConflictNotifierCount() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp485 bool ObexHeader::AppendItemTarget(const uint8_t *target, const uint16_t length) in AppendItemTarget() argument

Completed in 66 milliseconds

1...<<81828384858687888990>>...105