| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_filler.h | 50 int32_t endMainLineIndex = -1; /**< The last line filled to reach target length. */ 58 * @param targetLen The target length of the main axis (total row height to fill). 67 * @param targetIdx The target index to fill up to. 73 * @brief Fills the gridMatrix in forward direction until the target GridItem is included. Measure isn't performed, 76 * @param targetIdx The target GridItem index to fill. 87 * @param targetLine The target GridItem index to fill up to. 94 * @brief Measures the GridItems in the backward direction until the target length is filled. 99 * @param targetLen The target length of the main axis (total row height to fill). 106 * @brief Measures the GridItems in the backward direction until the target line is measured. 111 * @param targetLine The target lin [all...] |
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | animatable_dimension.h | 104 void MoveTo(double target);
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/ |
| H A D | cj_matrix4_ffi.h | 84 CJ_EXPORT void FfiOHOSMatrix4Combine(int64_t result, int64_t target);
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navdestination_context.h | 69 static void JSBind(BindingTarget target);
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | bundle_pack_info.h | 71 uint32_t target = 0; member
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_view_group.h | 118 * @brief Obtains the target child view that is visible and can respond to touch events based on given coordinates. 121 * @param last Indicates the double pointer to the target view. <b>nullptr</b> indicates that the target 129 * @brief Obtains the current view and target view based on specified coordinates. The obtained current view 131 * and the obtained target view must be the top view that includes the specified coordinates. 135 * <b>nullptr</b> indicates that the target view fails to be obtained. 136 * @param target Indicates the double pointer to the target view to obtain. 137 * <b>nullptr</b> indicates that the target view fails to be obtained. 141 void GetTargetView(const Point& point, UIView** current, UIView** target) overrid [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | object_context.h | 44 bool SetTarget(const IObject::Ptr& target) override;
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/ |
| H A D | memory_manager.h | 79 static std::unique_ptr<AbsMemory> TransMemoryType(const AbsMemory &source, AllocatorType target,
|
| /foundation/multimodalinput/input/tools/event_inject/test/ |
| H A D | manage_inject_device_test.cpp | 120 inputEventArray.target = ""; in HWTEST_F()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
| H A D | lnn_connection_fsm.h | 91 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, bool isNeedConnect);
|
| /foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
| H A D | connection_ble_mock.h | 49 virtual bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int *target) = 0;
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/decision_center/include/ |
| H A D | lnn_decision_center.h | 96 uint8_t target; member
|
| /foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
| H A D | lite_ipc.h | 52 SvcIdentity target; /**< serviceHandle or targetTaskId, depending on type */ member 72 IpcMsg *outMsg; /**< data to send to target */ 73 IpcMsg *inMsg; /**< data reply by target */
|
| /foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
| H A D | firewall_manager.h | 93 int32_t IptablesSetRule(const std::string &chainName, const std::string &option, const std::string &target,
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
| H A D | multi_ver_sync_task_context.h | 34 // Add a sync task target with the operation to the queue 88 void CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) override;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
| H A D | send_task_scheduler.h | 80 void InvalidSendTask(const std::string &target);
|
| /test/xts/tools/lite/ |
| H A D | build.sh | 59 target) TARGET="$PARAM" 85 TARGET_PARAM=" --target $TARGET"
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
| H A D | json_common.cpp | 593 bool JsonCommon::IsArrayMatch(const JsonObject &src, const JsonObject &target, int &isAlreadyMatched) in IsArrayMatch() argument 596 JsonObject targetObj = target; in IsArrayMatch() 600 if (srcChild.GetType() == JsonObject::Type::JSON_OBJECT && target.GetType() == JsonObject::Type::JSON_OBJECT && in IsArrayMatch() 601 (IsJsonNodeMatch(srcChild, target, errCode))) { // The return value reflects the value of errCode in IsArrayMatch() 674 bool JsonCommon::IsJsonNodeMatch(const JsonObject &src, const JsonObject &target, int &errCode) in IsJsonNodeMatch() argument 678 JsonObjectIterator(target, {}, [&src, &isMatchFlag, &errCode](const JsonFieldPath &path, const JsonObject &item) { in IsJsonNodeMatch()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_exporter.cpp | 270 bufferView.buffer, bufferView.byteLength, bufferView.byteOffset, bufferView.byteStride, bufferView.target); in StoreBufferView() 699 Node* target = nullptr; in GetAnimationTarget() local 700 if (auto animatedNode = nodeSystem.GetNode(trackComponent.target); animatedNode) { in GetAnimationTarget() 701 if (auto const nodeIndex = FindHandleIndex(entities.nodes, static_cast<Entity>(trackComponent.target)); in GetAnimationTarget() 703 target = nodes[nodeIndex].get(); in GetAnimationTarget() 706 if (!target) { in GetAnimationTarget() 713 return target; in GetAnimationTarget() 865 const auto target = GetAnimationTarget( in ExportGltfAnimations() local 867 exportAnimation->tracks.push_back(AnimationTrack { { target, GetAnimationPath(*trackHandle) }, in ExportGltfAnimations() 900 for (auto const& target in operator ()() [all...] |
| /foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
| H A D | ability_manager_proxy_test.cpp | 1128 sptr<IWantSender> target = nullptr; in HWTEST_F() local 1130 auto res = proxy_->SendWantSender(target, senderInfo); in HWTEST_F() 1144 sptr<IWantSender> target = nullptr; in HWTEST_F() local 1145 auto res = proxy_->GetPendingWantUid(target); in HWTEST_F() 1159 sptr<IWantSender> target = nullptr; in HWTEST_F() local 1160 auto res = proxy_->GetPendingWantUserId(target); in HWTEST_F() 1174 sptr<IWantSender> target = nullptr; in HWTEST_F() local 1175 auto res = proxy_->GetPendingWantBundleName(target); in HWTEST_F() 1189 sptr<IWantSender> target = nullptr; in HWTEST_F() local 1190 auto res = proxy_->GetPendingWantCode(target); in HWTEST_F() 1204 sptr<IWantSender> target = nullptr; HWTEST_F() local 1219 sptr<IWantSender> target = nullptr; HWTEST_F() local 1235 sptr<IWantSender> target = nullptr; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_mock_sync_module_test.cpp | 1691 auto target = new (std::nothrow) SingleVerSyncTarget(); in HWTEST_F() local 1692 ASSERT_NE(target, nullptr); in HWTEST_F() 1693 target->SetTaskType(ISyncTarget::REQUEST); in HWTEST_F() 1694 EXPECT_EQ(syncTaskContext->AddSyncTarget(target), E_OK); in HWTEST_F() 1716 * @tc.steps: step1. create context and target in HWTEST_F() 1721 auto target = new (std::nothrow) SingleVerSyncTarget(); in HWTEST_F() local 1722 ASSERT_NE(target, nullptr); in HWTEST_F() 1723 target->SetTaskType(ISyncTarget::REQUEST); in HWTEST_F() 1726 * @tc.steps: step2. add target in HWTEST_F() 1729 EXPECT_EQ(syncTaskContext->AddSyncTarget(target), E_O in HWTEST_F() 1763 auto target = new (std::nothrow) SingleVerSyncTarget(); HWTEST_F() local 1819 auto target = new (std::nothrow) SingleVerSyncTarget(); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | gesture_event_hub.cpp | 739 EventTarget target; in KeyBoardShortCutClick() local 740 target.id = host->GetId(); in KeyBoardShortCutClick() 741 target.type = host->GetTag(); in KeyBoardShortCutClick() 746 target.area.SetOffset(DimensionOffset(offset)); in KeyBoardShortCutClick() 747 target.area.SetHeight(Dimension(size.Height())); in KeyBoardShortCutClick() 748 target.area.SetWidth(Dimension(size.Width())); in KeyBoardShortCutClick() 749 target.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in KeyBoardShortCutClick() 750 info.SetTarget(target); in KeyBoardShortCutClick()
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
| H A D | device_kvstore_test.cpp | 723 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local 724 EXPECT_EQ(target, status) << "PutBatch data return wrong status"; in HWTEST_F() 751 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local 752 EXPECT_EQ(target, status) << "PutBatch data return wrong status"; in HWTEST_F() 952 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local 954 EXPECT_EQ(target, status2) << "DeleteBatch data return wrong status"; in HWTEST_F() 998 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local 1000 EXPECT_EQ(target, status2) << "DeleteBatch data return wrong status"; in HWTEST_F()
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| H A D | app_spawn_sandbox_new_test.cpp | 173 \"target-name\" : \"/system/etc\", \ 219 \"target-name\" : \"/system/etc\", \ 573 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F() 598 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F() 622 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F() 646 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F() 1137 ASSERT_EQ(strcmp(pathNode->target, "/data/storage/el5") == 0, 1); in HWTEST_F() 1143 ASSERT_EQ(strcmp(pathNode->target, "<deps-path>/base") == 0, 1); in HWTEST_F() 1290 APPSPAWN_LOGV("pathNode %{public}s => %{public}s \n", pathNode->source, pathNode->target); in HWTEST_F() 2270 char target[] in HWTEST_F() local 2295 char target[] = {"/data/storage/el1/database"}; HWTEST_F() local [all...] |
| /base/startup/appspawn/service/hnp/installer/src/ |
| H A D | hnp_installer.c | 66 if (strstr(currentLink->source, "../") || strstr(currentLink->target, "../")) {
in HnpGenerateSoftLinkAllByJson() 67 HNP_LOGE("hnp json link source[%{public}s],target[%{public}s],does not allow the use of ../",
in HnpGenerateSoftLinkAllByJson() 68 currentLink->source, currentLink->target);
in HnpGenerateSoftLinkAllByJson() 77 /* 如果target为空则使用源二进制名称 */
in HnpGenerateSoftLinkAllByJson() 78 if (strcmp(currentLink->target, "") == 0) {
in HnpGenerateSoftLinkAllByJson() 81 fileNameTmp = currentLink->target;
in HnpGenerateSoftLinkAllByJson()
|