/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 122 * 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 D | dialog_model.cpp | 193 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 D | recently_unused_bundle_aging_handler.cpp | 82 bool result = AgingClean(agingBundle, request); in ProcessBundle() local 83 if (!result) { in ProcessBundle()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/ |
H A D | descriptor_utils.cpp | 94 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 D | bluetooth_gatt_server_callback_proxy.cpp | 226 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 D | bluetooth_gatt_server_callback_stub.cpp | 210 int32_t result = data.ReadInt32(); in OnNotifyConfirmInner() local 212 stub->OnNotifyConfirm(*device, *characteristic, result); in OnNotifyConfirmInner()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 150 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 D | ble_advertiser_impl.h | 344 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 D | image_compress.cpp | 188 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 D | bundle_mgr_slite_feature.cpp | 51 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 D | track_animation.cpp | 92 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 D | buffer_queue_consumer.cpp | 166 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 D | napi_audio_manager_interrupt_callback.cpp | 145 napi_value result = nullptr; in SafeJsCallbackAudioManagerInterruptWork() local 146 nstatus = napi_call_function(env, nullptr, jsCallback, argCount, args, &result); in SafeJsCallbackAudioManagerInterruptWork()
|
H A D | napi_audio_rounting_available_devicechange_callback.cpp | 139 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 D | rs_render_curve_animation_test.cpp | 157 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 D | rs_node_command.cpp | 164 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 D | drawing_font_mgr_test.cpp | 55 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 D | local_socketpair.cpp | 184 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 D | heif_decoder.cpp | 169 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 D | image_napi_utils.h | 36 #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 D | heif_box.cpp | 195 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 D | jpeg_utils.cpp | 206 std::string result = str; in DoubleToString() local 207 return result; in DoubleToString()
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/client/ |
H A D | avcodec_client.cpp | 148 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 D | deferred_photo_proc_session.cpp | 209 bool result = object->AddDeathRecipient(deathRecipient_); in SetDeferredPhotoSession() local 210 if (!result) { in SetDeferredPhotoSession()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | slow_motion_session.cpp | 36 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
|