Home
last modified time | relevance | path

Searched defs:output (Results 476 - 500 of 1605) sorted by relevance

1...<<11121314151617181920>>...65

/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Doffset_t.h166 std::string output = ss.str(); in ToString() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Doffset.h159 std::string output = ss.str(); in ToString() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.h39 BindableImage output; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_util.h152 bool SafeGetJsonValue(const JsonType& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) in SafeGetJsonValue() argument
164 bool SafeGetJsonValue(const JsonType& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) in SafeGetJsonValue() argument
176 bool SafeGetJsonEnum(const JsonType& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) in SafeGetJsonEnum() argument
188 SafeGetJsonBitfield( const JsonType& jData, const BASE_NS::string_view element, BASE_NS::string& error, uint32_t& output) SafeGetJsonBitfield() argument
211 SafeGetJsonUidValue( const JsonType& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, BASE_NS::Uid& output) SafeGetJsonUidValue() argument
248 SafeGetJsonMask( const JsonType& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, uint32_t& output) SafeGetJsonMask() argument
265 FromJson(const JsonType& jsonData, T& output) FromJson() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dutil.h170 inline AnyReturnValue Interpolate(IInterpolator::ConstPtr inter, const IProperty::Ptr& output, in Interpolate() argument
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.h44 napi_value output = nullptr; member
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp127 std::vector<std::string> output; in GetBlkidDataByCmd() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdioutput_test.cpp298 std::shared_ptr<HdiOutput> output = HdiOutput::CreateHdiOutput(0); in HWTEST_F() local
/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_async_work.h41 napi_value output = nullptr; member
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dcontroller.h44 bool IsColorSpaceConversionSupported(const CapabilityInfo& input, const CapabilityInfo& output) in IsColorSpaceConversionSupported() argument
/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp81 auto output = manager->CreatePhotoOutput(profile, producer); in Test() local
86 void TestOutput(sptr<PhotoOutput> output, uint8_t *rawData, size_t size) in TestOutput() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp50 bool SlowMotionSession::CanAddOutput(sptr<CaptureOutput> &output) in CanAddOutput() argument
H A Dscan_session.cpp35 int32_t ScanSession::AddOutput(sptr<CaptureOutput> &output) in AddOutput() argument
59 bool ScanSession::CanAddOutput(sptr<CaptureOutput> &output) in CanAddOutput() argument
[all...]
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp135 std::ostringstream output; in HWTEST_F() local
161 std::ostringstream output; in HWTEST_F() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp126 std::string output; in HWTEST_F() local
222 std::string output; in HWTEST_F() local
259 std::vector<int8_t> output; HWTEST_F() local
329 std::string output; HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Droute_manager_test.cpp380 const std::string output; in HWTEST_F() local
388 const std::string output; in HWTEST_F() local
396 const std::string output = "sla0"; in HWTEST_F() local
404 const std::string output = "dds0"; in HWTEST_F() local
412 const std::string output = "eth3"; in HWTEST_F() local
420 const std::string output; HWTEST_F() local
428 const std::string output; HWTEST_F() local
436 const std::string output = "sla0"; HWTEST_F() local
444 const std::string output = "dds0"; HWTEST_F() local
452 const std::string output = "eth3"; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp190 std::vector<uint8_t> output; in HWTEST_F() local
333 std::vector<uint8_t> output; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp51 std::vector<std::string_view> output; in Split() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h35 Context(InputAction input, OutputAction output): input_(std::move(input)), output_(std::move(output)) {}; in Context() argument
43 void SetAction(OutputAction output) in SetAction() argument
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h56 static inline bool Unmarshalling(int16_t &output, MessageParcel &data) in Unmarshalling() argument
66 static inline bool Unmarshalling(uint16_t &output, MessageParcel &data) in Unmarshalling() argument
76 static inline bool Unmarshalling(uint32_t &output, MessageParcel &data) in Unmarshalling() argument
86 static inline bool Unmarshalling(int32_t &output, MessageParcel &data) in Unmarshalling() argument
96 static inline bool Unmarshalling(uint64_t &output, MessageParcel &data) in Unmarshalling() argument
106 Unmarshalling(int64_t &output, MessageParcel &data) Unmarshalling() argument
116 Unmarshalling(double &output, MessageParcel &data) Unmarshalling() argument
126 Unmarshalling(bool &output, MessageParcel &data) Unmarshalling() argument
136 Unmarshalling(std::monostate &output, MessageParcel &data) Unmarshalling() argument
146 Unmarshalling(std::vector<float> &output, MessageParcel &data) Unmarshalling() argument
156 Unmarshalling(std::string &output, MessageParcel &data) Unmarshalling() argument
166 Unmarshalling(std::u16string &output, MessageParcel &data) Unmarshalling() argument
176 Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data) Unmarshalling() argument
186 Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data) Unmarshalling() argument
270 ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) ReadVariant() argument
276 ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) ReadVariant() argument
314 Unmarshalling(std::variant<_Types...> &output, MessageParcel &data) Unmarshalling() argument
543 UnmarshalFromBuffer(MessageParcel &data, T &output) UnmarshalFromBuffer() argument
560 UnmarshalFromBuffer(MessageParcel &data, std::vector<T> &output) UnmarshalFromBuffer() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h134 static napi_value ReadVariant(napi_env env, uint32_t step, uint32_t index, const _VTp &output) in ReadVariant() argument
163 int32_t DataShareJSUtils::Convert2Value(napi_env env, napi_value input, const char* propertyName, T& output) in Convert2Value() argument
191 int32_t DataShareJSUtils::Convert2Value(napi_env env, napi_value input, std::vector<T> &output) in Convert2Value() argument
219 Convert2Value(napi_env env, napi_value input, std::map<std::string, T> &output) Convert2Value() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Dnapi_queue.cpp126 void NapiQueue::GenerateOutput(AsyncContext &ctx, napi_value output) in GenerateOutput() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp119 napi_value output = nullptr; in OnComplete() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Dnapi_queue.cpp126 void NapiQueue::GenerateOutput(AsyncContext &ctx, napi_value output) in GenerateOutput() argument
H A Djs_kv_manager.cpp162 auto output = [env, ctxt](napi_value& result) { in GetKVStore() local
289 auto output = [env, ctxt](napi_value& result) { in GetAllKVStoreId() local

Completed in 22 milliseconds

1...<<11121314151617181920>>...65