Home
last modified time | relevance | path

Searched refs:result (Results 15851 - 15875 of 22846) sorted by relevance

1...<<631632633634635636637638639640>>...914

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h122 * The recognition result of each gesture does not affect each other. */
407 * @return Returns the angle of the swipe gesture, which is the result obtained based on the aforementioned formula.
568 * @param result Indicates the length of the string to be written to the buffer.
574 int32_t OH_ArkUI_GetGestureTag(ArkUI_GestureRecognizer* recognizer, char* buffer, int32_t bufferSize, int32_t* result);
582 * @param result Indicates the length of the string to be written to the buffer.
589 int32_t* result);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp193 int result = impl->getDialogAPI()->registerOnWillDismissWithUserData(handle->controller, userData, callback); in RegisterOnWillDismissWithUserData() local
194 return result; in RegisterOnWillDismissWithUserData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp82 bool result = AgingClean(agingBundle, request); in ProcessBundle() local
83 if (!result) { in ProcessBundle()
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp94 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to RenderForDescriptor because the result value is undefined."); in RenderForDescriptor()
243 bool result = JSBoolean::Value(value); in IsDescriptor() local
245 return result; in IsDescriptor()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp226 const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, int result) in OnNotifyConfirm()
241 if (!data.WriteInt32(result)) { in OnNotifyConfirm()
225 OnNotifyConfirm( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, int result) OnNotifyConfirm() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp210 int32_t result = data.ReadInt32(); in OnNotifyConfirmInner() local
212 stub->OnNotifyConfirm(*device, *characteristic, result); in OnNotifyConfirmInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp150 int32_t MapMse::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const in GetDevicesByStates()
163 result.push_back(device); in GetDevicesByStates()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h344 static void GenResPriAddrResult(uint8_t result, const uint8_t addr[BT_ADDRESS_SIZE], void *context);
374 void GenResPriAddrResultTask(uint8_t result, BtAddr btAddr) const;
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Dimage_compress.cpp188 uint8_t *result = compressedData.get(); in CompressImageByContent() local
189 if (memcpy_s(result, compressedSize, resultBuffer, compressedSize) != EOK) { in CompressImageByContent()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_mgr_slite_feature.cpp51 BOOL result = samgrLite->RegisterFeature(BMS_SERVICE, BundleMgrSliteFeature::GetInstance()); in Init() local
52 if (result == FALSE) { in Init()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp92 if (auto result = value.CopyFrom(*currentValue)) { in ProcessOnGet()
93 return result == AnyReturn::NOTHING_TO_DO ? EvaluationResult::EVAL_CONTINUE in ProcessOnGet()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp166 void BufferQueueConsumer::Dump(std::string &result) const in Dump()
171 return bufferQueue_->Dump(result); in Dump()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_manager_interrupt_callback.cpp145 napi_value result = nullptr; in SafeJsCallbackAudioManagerInterruptWork() local
146 nstatus = napi_call_function(env, nullptr, jsCallback, argCount, args, &result); in SafeJsCallbackAudioManagerInterruptWork()
H A Dnapi_audio_rounting_available_devicechange_callback.cpp139 napi_value result = nullptr; in SafeJsCallbackAvailbleDeviceChangeWork() local
140 nstatus = napi_call_function(env, nullptr, jsCallback, argCount, args, &result); in SafeJsCallbackAvailbleDeviceChangeWork()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_curve_animation_test.cpp157 bool result = parcel.WriteUint64(ANIMATION_ID) && in HWTEST_F() local
174 EXPECT_TRUE(result); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_command.cpp164 const std::string& result) in CommitDumpClientNodeTree()
167 gCommitDumpNodeTreeProcessor(nodeId, pid, taskId, result); in CommitDumpClientNodeTree()
163 CommitDumpClientNodeTree(RSContext& context, NodeId nodeId, pid_t pid, uint32_t taskId, const std::string& result) CommitDumpClientNodeTree() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_mgr_test.cpp55 std::string result = { 0x48, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x4f, 0x53, 0x2d, 0x53, 0x61, 0x6e, 0x73 }; in HWTEST_F() local
56 EXPECT_EQ(std::string(familyName), result); in HWTEST_F() local
/foundation/graphic/graphic_2d/utils/socketpair/src/
H A Dlocal_socketpair.cpp184 bool result = data.WriteFileDescriptor(fd); in SendFdToBinder() local
185 if (!result) { in SendFdToBinder()
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp169 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in AllocShareMem() local
170 if (result < 0) { in AllocShareMem()
/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_napi_utils.h36 #define IMG_NAPI_CHECK_BUILD_ERROR(x, build, res, result) \
45 return (result); \
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp195 heif_error HeifBox::MakeFromReader(HeifStreamReader &reader, std::shared_ptr<HeifBox> *result) in MakeFromReader() argument
217 *result = std::move(box); in MakeFromReader()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_utils.cpp206 std::string result = str; in DoubleToString() local
207 return result; in DoubleToString()
/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.cpp148 bool result = object->AddDeathRecipient(deathRecipient_); in GetAVCodecProxy() local
149 CHECK_AND_RETURN_RET_LOG(result, nullptr, "Failed to add deathRecipient"); in GetAVCodecProxy()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp209 bool result = object->AddDeathRecipient(deathRecipient_); in SetDeferredPhotoSession() local
210 if (!result) { in SetDeferredPhotoSession()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp36 const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata>& result) in ProcessCallbacks()
43 session->OnSlowMotionStateChange(result); in ProcessCallbacks()
35 ProcessCallbacks( const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata>& result) ProcessCallbacks() argument

Completed in 23 milliseconds

1...<<631632633634635636637638639640>>...914