/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.cpp | 131 static void Deleter(struct NameList *arg) in Deleter() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | prop_n_exporter.cpp | 579 static NError ReadExec(shared_ptr<AsyncIOReadArg> arg, char *buf, size_t len, int32_t fd, int64_t offset)
in ReadExec() argument 629 auto arg = CreateSharedPtr<AsyncIOReadArg>(NVal(env, funcArg[NARG_POS::SECOND]));
in Read() local 657 static NError WriteExec(shared_ptr<AsyncIOWrtieArg> arg, char *buf, size_t len, int32_t fd, int64_t offset)
in WriteExec() argument 703 auto arg = CreateSharedPtr<AsyncIOWrtieArg>(move(bufGuard)); Write() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 60 int HfpHfCommandProcessor::StoiTryCatch(const std::string &arg) in StoiTryCatch() argument 94 void HfpHfCommandProcessor::ProcessOK(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessOK() argument 129 void HfpHfCommandProcessor::ProcessCmeError(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCmeError() argument 77 ProcessCommand( HfpHfDataConnection &dataConn, const std::string &cmd, const std::string &arg) ProcessCommand() argument 144 ProcessErrorCmd(HfpHfDataConnection &dataConn, const std::string &arg) ProcessErrorCmd() argument 178 ProcessCops(HfpHfDataConnection &dataConn, const std::string &arg) ProcessCops() argument 193 ProcessBtrh(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBtrh() argument 206 ProcessBusy(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBusy() argument 212 ProcessDelayed(HfpHfDataConnection &dataConn, const std::string &arg) ProcessDelayed() argument 218 ProcessNoCarrier(HfpHfDataConnection &dataConn, const std::string &arg) ProcessNoCarrier() argument 224 ProcessNoAnswer(HfpHfDataConnection &dataConn, const std::string &arg) ProcessNoAnswer() argument 230 ProcessBlocklisted(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBlocklisted() argument 236 ProcessRing(HfpHfDataConnection &dataConn, const std::string &arg) ProcessRing() argument 241 ProcessClip(HfpHfDataConnection &dataConn, const std::string &arg) ProcessClip() argument 246 ProcessBrsf(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBrsf() argument 251 ProcessCindTester(HfpHfDataConnection &dataConn, std::string arg) ProcessCindTester() argument 281 ProcessClcc(HfpHfDataConnection &dataConn, const std::string &arg) ProcessClcc() argument 337 ProcessBsir(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBsir() argument 343 ProcessBvra(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBvra() argument 349 ProcessCnum(HfpHfDataConnection &dataConn, const std::string &arg) ProcessCnum() argument 365 ProcessCindGetter(HfpHfDataConnection &dataConn, std::string arg) ProcessCindGetter() argument 403 ProcessCind(HfpHfDataConnection &dataConn, const std::string &arg) ProcessCind() argument 414 ProcessChld(HfpHfDataConnection &dataConn, const std::string &arg) ProcessChld() argument 445 ProcessListHfIndicators( HfpHfDataConnection &dataConn, const std::string &arg) ProcessListHfIndicators() argument 480 ProcessChangeIndicatorState( HfpHfDataConnection &dataConn, const std::string &arg) ProcessChangeIndicatorState() argument 503 ProcessBind(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBind() argument 548 ProcessCiev(HfpHfDataConnection &dataConn, const std::string &arg) ProcessCiev() argument 569 ProcessCcwa(HfpHfDataConnection &dataConn, const std::string &arg) ProcessCcwa() argument 583 ProcessVgm(HfpHfDataConnection &dataConn, const std::string &arg) ProcessVgm() argument 589 ProcessVgs(HfpHfDataConnection &dataConn, const std::string &arg) ProcessVgs() argument 690 ProcessBcs(HfpHfDataConnection &dataConn, const std::string &arg) ProcessBcs() argument [all...] |
H A D | hfp_hf_service.cpp | 863 void HfpHfService::SendAtCommand(const RawAddress &device, int cmdId, const std::string &arg) in SendAtCommand() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 34 bool WebGLArg::GetWebGLArg(napi_value data, WebGLArgValue& arg, const WebGLArgInfo& func) in GetWebGLArg() argument
|
H A D | webgl_rendering_context_draw.cpp | 305 napi_value WebGLRenderingContextBaseImpl::ReadPixels(napi_env env, const PixelsArg& arg, GLintptr offset) in ReadPixels() argument 334 ReadPixels( napi_env env, const PixelsArg& arg, napi_value buffer, GLuint dstOffset) ReadPixels() argument 998 CheckTextureDataBuffer( const TexImageArg& arg, const WebGLReadBufferArg* bufferData) CheckTextureDataBuffer() argument 1010 CheckCopyTexSubImage(napi_env env, const CopyTexSubImageArg& arg) CheckCopyTexSubImage() argument [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 80 std::string arg = cv.to_bytes(u16str); in ScreenSessionDumper() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvdec.c | 379 static int dv_decode_video_segment(AVCodecContext *avctx, void *arg) in dv_decode_video_segment() argument
|
H A D | ffv1enc.c | 1019 static int encode_slice(AVCodecContext *c, void *arg) in encode_slice() argument
|
H A D | pthread_frame.c | 188 static attribute_align_arg void *frame_worker_thread(void *arg) in frame_worker_thread() argument
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 135 integrated_memory_callback(Dwfl *dwfl, int ndx, void **buffer, size_t *buffer_available, GElf_Addr vaddr, size_t minread, void *arg) integrated_memory_callback() argument 231 void *arg; global() member
|
/third_party/elfutils/src/ |
H A D | objdump.c | 173 parse_opt (int key, char *arg, in parse_opt() argument 632 disasm_output (char *buf, size_t buflen, void *arg) in disasm_output() argument
|
H A D | stack.c | 178 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback() argument [all...] |
H A D | addr2line.c | 216 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 468 see_one_module(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void *arg) see_one_module() argument 482 find_symbol(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void *arg) find_symbol() argument 655 void *arg[3] = { name, &sym, &value }; handle_address() local [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 715 char arg[UTIL_PATH_SIZE]; in udev_event_spawn() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 476 static int filter_channel(AVFilterContext *ctx, void *arg, int ch, int nb_jobs) in filter_channel() argument
|
H A D | af_adynamicequalizer.c | 141 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
|
H A D | f_sendcmd.c | 89 char *target, *command, *arg; member [all...] |
H A D | vf_estdif.c | 339 static int deinterlace_slice(AVFilterContext *ctx, void *arg, in deinterlace_slice() argument
|
H A D | af_apsyclip.c | 531 static int psy_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in psy_channels() argument
|
H A D | af_aspectralstats.c | 389 static int filter_channel(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channel() argument
|
H A D | formats.c | 813 int ff_parse_pixel_format(enum AVPixelFormat *ret, const char *arg, void *log_ctx) in ff_parse_pixel_format() argument 828 int ff_parse_sample_rate(int *ret, const char *arg, void *log_ctx) in ff_parse_sample_rate() argument 840 int ff_parse_channel_layout(AVChannelLayout *ret, int *nret, const char *arg, in ff_parse_channel_layout() argument [all...] |
H A D | af_afir.c | 122 static int fir_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in fir_channels() argument 607 process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags) process_command() argument
|
H A D | af_aemphasis.c | 100 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
|
H A D | af_ladspa.c | 495 char *p, *arg, *saveptr = NULL; in init() local
|