Home
last modified time | relevance | path

Searched refs:result (Results 14101 - 14125 of 17695) sorted by relevance

1...<<561562563564565566567568569570>>...708

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_linear_indicator.cpp198 bool LinearIndicatorBridge::ParseColorMetricsToColor(const EcmaVM* vm, const Local<JSValueRef>& jsValue, Color& result) in ParseColorMetricsToColor() argument
208 result.SetValue(colorVal->Uint32Value(vm)); in ParseColorMetricsToColor()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h122 auto result = dirtyNodes_.emplace(nodeId); in PushDirtyNode() local
123 if (result.second) { in PushDirtyNode()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp212 const auto result = instanceMap_.try_emplace(instanceId, instanceName); in AddInstance() local
213 if (!result.second) { in AddInstance()
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp379 auto result = CallResRegisterMethod(getStackCountMethod, "", true); in GetStackCount() local
380 return StringUtils::StringToInt(result); in GetStackCount()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h200 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
203 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result);
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp322 std::string result = revSourceMap.GetOriginalNames(sourceCode, errorPos); in HWTEST_F() local
323 EXPECT_EQ(result, "SourceCode:\nvar param111 = 1;\n var param222 = 2;\n"); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h38 static bool CheckColorAlpha(const std::string& colorStr, Color& result);
242 std::string result; member
H A Dsvg_attributes_parser.cpp271 bool SvgAttributesParser::CheckColorAlpha(const std::string& colorStr, Color& result) in CheckColorAlpha() argument
281 result = Color::FromARGB(static_cast<uint8_t>(std::min(MAX_ALPHA, alpha)) * 0xff, red, green, blue); in CheckColorAlpha()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp88 auto result = dirtyRenderNodes_[dirty->GetPageId()].emplace(dirty); in AddDirtyRenderNode() local
89 if (!result.second) { in AddDirtyRenderNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp24 std::map<std::string, RefPtr<UINode>>& result) in MakeNodeMapById()
30 result.emplace(*idsIter, *nodeIter); in MakeNodeMapById()
96 // result of id gen function of most re-recent render in CompareAndUpdateChildren()
100 // result of id gen function of previous render/re-render in CompareAndUpdateChildren()
23 MakeNodeMapById(const std::list<RefPtr<UINode>>& nodes, const std::list<std::string>& ids, std::map<std::string, RefPtr<UINode>>& result) MakeNodeMapById() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h329 TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
332 TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.cpp86 auto result = dragFingers_.insert_or_assign(event.id, dragFingerInfo); in HandleTouchDownEvent() local
88 auto& dragInfo = result.first->second; in HandleTouchDownEvent()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp296 bool result = rawImage->MakeFromEncoded(rsData);
297 if (!result) {
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_input_interceptor.cpp316 bool result = mouseKey_->OnKeyEvent(*event); in ProcessKeyEvent() local
317 if (result) { in ProcessKeyEvent()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp195 bool result = Zip(params, options); in ZipWithFilterCallback() local
196 if (result) { in ZipWithFilterCallback()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp538 APP_LOGI("Register El5FilekeyCallback result: %{public}d", reg); in OnAddSystemAbility()
542 bool BundleMgrService::Hidump(const std::vector<std::string> &args, std::string& result) const in Hidump()
544 if (hidumpHelper_ && hidumpHelper_->Dump(args, result)) { in Hidump()
H A Dbundle_parser.cpp202 int result = RPCIDStreamDecodeToBuffer(rpcidBuf, rpcidLen, &outBuffer, &outLen); in ParseSysCap() local
203 if (result != 0) { in ParseSysCap()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h81 * the result requires manually free, use ARKTS_FreeCString
179 EXPORT void ARKTS_PromiseCapabilityResolve(ARKTS_Env env, ARKTS_Promise prom, ARKTS_Value result);
180 EXPORT void ARKTS_PromiseCapabilityReject(ARKTS_Env env, ARKTS_Promise prom, ARKTS_Value result);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h44 * @brief Represents scan result.
228 * @brief Scan result callback.
230 * @param result Scan result.
233 virtual void OnScanCallback(const BleScanResult &result) = 0;
236 * @brief Scan result for found or lost callback type.
238 * @param result Scan result.
242 virtual void OnFoundOrLostCallback(const BleScanResult &result, uint8_t callbackType) = 0;
255 * @param resultCode Scan result cod
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp155 std::vector<BluetoothRemoteDevice> &result) const in GetDevicesByStates()
168 result.push_back(device); in GetDevicesByStates()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp274 bool result = rdbDataManager_->QueryData(key, value); in GetDataFromDb() local
275 if (!result) { in GetDataFromDb()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp78 std::string result = GetStringFromData(STR_LEN); in BufferQueueFuzzTest2() local
93 bufferqueue->Dump(result); in BufferQueueFuzzTest2()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp219 std::string result; in HWTEST_F() local
243 consumer->Dump(result); in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_read_data_callback.cpp203 napi_value result = nullptr; in SafeJsCallbackCapturerReadDataWorkInner() local
204 nstatus = napi_call_function(env, nullptr, jsCallback, argCount, args, &result); in SafeJsCallbackCapturerReadDataWorkInner()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_distortion_shader_filter_test.cpp176 std::string result = "DistortionEffect k: " + std::to_string(effectFilter.distortionK_) + in HWTEST_F() local
179 EXPECT_TRUE(description == result); in HWTEST_F()

Completed in 22 milliseconds

1...<<561562563564565566567568569570>>...708