Home
last modified time | relevance | path

Searched refs:result (Results 18201 - 18225 of 20699) sorted by relevance

1...<<721722723724725726727728729730>>...828

/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcontroller_callback.cpp247 napi_value result; in ThreadSafeCallback() local
252 napi_status status = napi_call_function(env, global, function, argc, argv, &result); in ThreadSafeCallback()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h388 void ProcessMetadata(const int32_t streamId, const std::shared_ptr<OHOS::Camera::CameraMetadata>& result,
456 const std::shared_ptr<OHOS::Camera::CameraMetadata> &result) override;
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h141 int32_t OnResult(int32_t streamId, const std::vector<uint8_t>& result) override;
218 int32_t CanAddInput(sptr<ICameraDeviceService> cameraDevice, bool& result) override;
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp286 int32_t VEncAPI11FuzzSample::PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result) in PushData() argument
308 result = OH_VideoEncoder_PushInputBuffer(venc_, index); in PushData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp329 int result = uncompress(textOut.Data(), &destDataLen, sourceData, sourceDataLen); in DecompressText() local
330 if (result != Z_OK) { in DecompressText()
456 IMAGE_LOGE("Invalid text length in raw profile text, it will result in OOB."); in ConvertRawTextToExifInfo()
H A Djpeg_exif_metadata_accessor.cpp131 uint32_t result = UpdateData(dataBlob, size); in Write() local
138 return result; in Write()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp37 bool result = object->AddDeathRecipient(deathRecipient_); in MediaKeySystemImpl() local
38 if (!result) { in MediaKeySystemImpl()
H A Dkey_session_impl.cpp37 bool result = object->AddDeathRecipient(deathRecipient_); in MediaKeySessionImpl() local
38 if (!result) { in MediaKeySessionImpl()
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_utils.h249 static napi_status GetDateValue(napi_env env, napi_value value, double& result);
250 static napi_status SetDateValue(napi_env env, double time, napi_value& result);
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp120 MEDIA_ERR_LOG("result set is empty, photoId: %{public}s", photoId.c_str()); in QuerySubType()
179 MEDIA_INFO_LOG("result set is empty."); in OnProcessImageDone()
229 stringstream result; in GetCommandByImageId() local
232 result << displayName[i]; in GetCommandByImageId()
275 MEDIA_INFO_LOG("result set is empty"); in OnDeliveryLowQualityImage()
302 MEDIA_INFO_LOG("result set is empty"); in OnProcessImageDone()
/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp341 bool result = object->AddDeathRecipient(deathRecipient_); in GetMediaProxy() local
342 if (!result) { in GetMediaProxy()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h104 static napi_status GetParamBool(napi_env env, napi_value arg, bool &result);
232 static void handleTimeInfo(napi_env env, const std::string& name, napi_value result,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_app_uri_permission_operations.cpp229 OHOS::NativeRdb::ValuesBucket &valueBucket, const std::string &column, int &result) in GetIntFromValuesBucket()
237 result = valueObject; in GetIntFromValuesBucket()
228 GetIntFromValuesBucket( OHOS::NativeRdb::ValuesBucket &valueBucket, const std::string &column, int &result) GetIntFromValuesBucket() argument
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp381 packet >> event.networkId >> event.remoteNetworkId >> event.result; in OnReplySubscribeLocation()
395 packet >> event.networkId >> event.remoteNetworkId >> event.result; in OnReplyUnSubscribeLocation()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_proxy.cpp35 int32_t result = reply.ReadInt32(); in ReportEvent() local
36 return result; in ReportEvent()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp95 int32_t result = 0; in HWTEST_F() local
96 EXPECT_NE(BundleActiveClient::GetInstance().QueryAppGroup(result, g_defaultBundleName, g_commonUserid), ERR_OK); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp399 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in WriteRawData() local
400 if (result < 0) { in WriteRawData()
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp267 ConnectResult result = { in HWTEST_F() local
273 int32_t ret = g_connectFuncInterface->ConnectDevice(option, requestId, &result); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h456 bool result = CreateProcessThread(); in StartProcessLoop() local
457 if (!result) { in StartProcessLoop()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp357 std::vector<int> result; in GetChannel5GList() local
358 return Get(InterfaceInfoKey::CHANNEL_5G_LIST, result); in GetChannel5GList()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp427 bool result = LnnSetDLDeviceInfoName(NODE2_UDID, CHANGE_DEVICE_NAME); in HWTEST_F() local
428 EXPECT_TRUE(result); in HWTEST_F()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp277 bool result = reply.ReadUInt64Vector(&readUint64Vector); in TestParcelUint64Vector() local
278 if (result != true) { in TestParcelUint64Vector()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c110 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnExchangekeyEnd()
133 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnEndHichainEnd()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_wifi_p2p_hal_interface.h38 const std::string &pin, std::string &result) const = 0;
102 const std::string &pin, std::string &result));
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp363 std::vector<std::string> result; in EthernetManagementFuzzTest() local
364 ethernetManagement->GetAllActiveIfaces(result); in EthernetManagementFuzzTest()

Completed in 29 milliseconds

1...<<721722723724725726727728729730>>...828