Home
last modified time | relevance | path

Searched refs:result (Results 16626 - 16650 of 21896) sorted by relevance

1...<<661662663664665666667668669670>>...876

/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()
H A Drs_fly_out_shader_filter_test.cpp181 std::string result = "RSFlyOutShaderFilter " + std::to_string(effectFilter.degree_); in HWTEST_F() local
182 EXPECT_TRUE(description == result); in HWTEST_F()
H A Drs_typeface_cache_test.cpp279 bool result = RSTypefaceCache::Instance().HasTypeface(uniqueId, hash); in HWTEST_F() local
280 EXPECT_EQ(result, true); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp171 int result = munmap(mappedAddr_, bufferHandle_->size); in DisPlay() local
172 if (result == -1) { in DisPlay()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h73 virtual void Dump(std::string &result) = 0;
115 void Dump(std::string &result) override;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dfont_mgr_test.cpp119 std::string result = { 0x48, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x4f, 0x53, 0x2d, 0x53, 0x61, 0x6e, 0x73 }; in HWTEST_F() local
120 EXPECT_EQ(familyName, result); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.cpp199 bool result = downloader_->Read(bufData->GetWritableAddr(expectedLen), expectedLen, realReadSize, isEos); in Read() local
202 return result ? Status::OK : Status::END_OF_STREAM; in Read()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davmeta_data.h83 static bool UnmarshallingCheckParamTask(Parcel& data, AVMetaData *result);
84 static bool UnmarshallingCheckImageTask(Parcel& data, AVMetaData *result);
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h68 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
69 int32_t OnResult(int32_t streamId, const std::vector<uint8_t>& result) override;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_exif_metadata_accessor.cpp347 uint32_t result = UpdateData(dataBlob, size); in Write() local
354 return result; in Write()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.cpp179 auto result = audioEn_->QueueInputBuffer(index, attr, flag); in InputFunc() local
182 if (result != AVCS_ERR_OK) { in InputFunc()

Completed in 25 milliseconds

1...<<661662663664665666667668669670>>...876