/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine.cpp | 241 StringParam valueParam; in GetParameter() local 242 StateMsg msg(GET_PARAM, &keyParam, sizeof(keyParam), &valueParam); in GetParameter() 248 return valueParam.strParam; in GetParameter()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 67 OptionParam(const std::string &valueParam, const std::string &iconParam, const std::function<void()> &actionParam) in OptionParam() 68 : value(valueParam), icon(iconParam), enabled(true), action(actionParam) in OptionParam() 70 OptionParam(const std::string &valueParam, const std::string &iconParam, bool enabledParam, in OptionParam() 72 : value(valueParam), icon(iconParam), enabled(enabledParam), action(actionParam) in OptionParam() 74 OptionParam(const std::string &valueParam, const std::function<void()> &actionParam) in OptionParam() 75 : value(valueParam), icon(""), enabled(true), action(actionParam) in OptionParam() 77 OptionParam(const std::string& valueParam, const std::string& iconParam, in OptionParam() 79 : value(valueParam), icon(iconParam), enabled(true), action(actionParam), symbol(symbol) in OptionParam() 81 OptionParam(const std::string& valueParam, const std::string& iconParam, bool enabledParam, in OptionParam() 83 : value(valueParam), ico in OptionParam() [all...] |
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.cpp | 492 napi_value valueParam = nullptr; in SetDeviceDescriptors() local 493 SetDeviceDescriptor(env, deviceDescriptors[i], valueParam); in SetDeviceDescriptors() 494 napi_set_element(env, result, i, valueParam); in SetDeviceDescriptors() 684 napi_value valueParam = nullptr; in SetMicrophoneDescriptors() local 685 SetMicrophoneDescriptor(env, micDesc, valueParam); in SetMicrophoneDescriptors() 686 napi_set_element(env, result, index, valueParam); in SetMicrophoneDescriptors() 703 napi_value valueParam = nullptr; in SetVolumeGroupInfos() local 707 (void)napi_create_object(env, &valueParam); in SetVolumeGroupInfos() 709 volumeGroupInfos[i]->networkId_), valueParam); in SetVolumeGroupInfos() 711 volumeGroupInfos[i]->volumeGroupId_), valueParam); in SetVolumeGroupInfos() [all...] |
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avimagegenerator_napi.h | 57 const napi_value &valueParam);
|
H A D | avmetadataextractor_napi.h | 59 napi_env env, AVMetadataExtractorAsyncContext *&asyncContext, const napi_value &valueParam);
|
H A D | avimagegenerator_napi.cpp | 271 const napi_value &valueParam) in CommonCallbackRoutine() 284 result[1] = valueParam; in CommonCallbackRoutine() 270 CommonCallbackRoutine(napi_env env, AVImageGeneratorAsyncContext* &asyncContext, const napi_value &valueParam) CommonCallbackRoutine() argument
|
H A D | avmetadataextractor_napi.cpp | 329 const napi_value &valueParam) in CommonCallbackRoutine() 342 result[1] = valueParam; in CommonCallbackRoutine() 328 CommonCallbackRoutine(napi_env env, AVMetadataExtractorAsyncContext* &asyncContext, const napi_value &valueParam) CommonCallbackRoutine() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/ |
H A D | filter_napi.cpp | 74 static void FilterAsyncCommonComplete(napi_env env, const FilterAsyncContext* ctx, const napi_value& valueParam) in FilterAsyncCommonComplete() argument 81 result[0] = valueParam; in FilterAsyncCommonComplete()
|
H A D | color_picker_napi.cpp | 64 static void CommonCallbackRoutine(napi_env env, ColorPickerAsyncContext* &asyncContext, const napi_value &valueParam) in CommonCallbackRoutine() argument 78 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/ |
H A D | ringtone_player_napi.cpp | 292 napi_value valueParam = nullptr; in GetAudioRendererInfoAsyncCallbackComplete() local 302 valueParam = AudioRendererInfoNapi::CreateAudioRendererInfoWrapper(env, audioRendererInfo); in GetAudioRendererInfoAsyncCallbackComplete() 304 result[PARAM1] = valueParam; in GetAudioRendererInfoAsyncCallbackComplete()
|
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 955 napi_value valueParam = nullptr; in SetDeviceDescriptors() local 956 SetDeviceDescriptor(env, deviceDescriptors[i], valueParam); in SetDeviceDescriptors() 957 napi_set_element(env, result, i, valueParam); in SetDeviceDescriptors()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | metadata_napi.cpp | 120 static void CommonCallbackRoutine(napi_env env, MetadataNapiAsyncContext* &asyncContext, const napi_value &valueParam) in CommonCallbackRoutine() argument 138 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
H A D | image_napi.cpp | 314 static void CommonCallbackRoutine(napi_env env, ImageAsyncContext* &context, const napi_value &valueParam) in CommonCallbackRoutine() argument 326 result[1] = valueParam; in CommonCallbackRoutine()
|
H A D | auxiliary_picture_napi.cpp | 347 const napi_value &valueParam) in CommonCallbackRoutine() 355 result[NUM_1] = valueParam; in CommonCallbackRoutine() 346 CommonCallbackRoutine(napi_env env, AuxiliaryPictureNapiAsyncContext* &connect, const napi_value &valueParam) CommonCallbackRoutine() argument
|
H A D | image_creator_napi.cpp | 71 static void CommonCallbackRoutine(napi_env env, Contextc &context, const napi_value &valueParam, bool isRelease = true) in CommonCallbackRoutine() argument 82 result[1] = valueParam; in CommonCallbackRoutine()
|
H A D | picture_napi.cpp | 145 static void CommonCallbackRoutine(napi_env env, PictureAsyncContext* &asyncContext, const napi_value &valueParam) in CommonCallbackRoutine() argument 163 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
H A D | image_packer_napi.cpp | 170 static void CommonCallbackRoutine(napi_env env, ImagePackerAsyncContext* &connect, const napi_value &valueParam) in CommonCallbackRoutine() argument 183 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
H A D | image_receiver_napi.cpp | 75 static void CommonCallbackRoutine(napi_env env, Context &context, const napi_value &valueParam, bool isRelease = true) in CommonCallbackRoutine() argument 91 result[1] = valueParam; in CommonCallbackRoutine()
|
H A D | image_source_napi.cpp | 389 static void ImageSourceCallbackRoutine(napi_env env, ImageSourceAsyncContext* &context, const napi_value &valueParam) in ImageSourceCallbackRoutine() argument 404 result[NUM_1] = valueParam; in ImageSourceCallbackRoutine()
|
H A D | pixel_map_napi.cpp | 381 static void CommonCallbackRoutine(napi_env env, PixelMapAsyncContext* &asyncContext, const napi_value &valueParam) in CommonCallbackRoutine() argument 401 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 487 static void ImageSourceCallbackRoutine(napi_env env, ImageSourceAsyncContext* &context, const napi_value &valueParam)
in ImageSourceCallbackRoutine() argument 502 result[NUM_1] = valueParam;
in ImageSourceCallbackRoutine()
|
H A D | sendable_image_napi.cpp | 305 static void CommonCallbackRoutine(napi_env env, SendableImageAsyncContext* &context, const napi_value &valueParam)
in CommonCallbackRoutine() argument 317 result[1] = valueParam;
in CommonCallbackRoutine()
|
H A D | sendable_image_receiver_napi.cpp | 77 static void CommonCallbackRoutine(napi_env env, Context &context, const napi_value &valueParam, bool isRelease = true)
in CommonCallbackRoutine() argument 93 result[1] = valueParam;
in CommonCallbackRoutine()
|
H A D | sendable_pixel_map_napi.cpp | 268 static void CommonCallbackRoutine(napi_env env, PixelMapAsyncContext* &asyncContext, const napi_value &valueParam) in CommonCallbackRoutine() argument 288 result[NUM_1] = valueParam; in CommonCallbackRoutine()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 1473 napi_value valueParam = Media::PixelMapNapi::CreatePixelMap(env_, std::move(pixelMap)); in UpdateJSCallback() local 1474 if (valueParam == nullptr) { in UpdateJSCallback() 1476 napi_get_undefined(env_, &valueParam); in UpdateJSCallback() 1479 result[1] = valueParam; in UpdateJSCallback()
|