/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | rdb_mock.cpp | 33 std::string RdbSqlUtils::GetDefaultDatabasePath(const std::string &baseDir, const std::string &name, int &errorCode)
in GetDefaultDatabasePath() argument
|
/foundation/filemanagement/dfs_service/utils/ffrt/src/ |
H A D | ffrt_timer.cpp | 24 FfrtTimer::FfrtTimer(const std::string &name) : name_(name) {} in FfrtTimer() argument
|
/foundation/filemanagement/app_file_service/tests/mock/timer/ |
H A D | timer_mock.cpp | 24 Timer::Timer(const std::string &name, int timeoutMs) in Timer() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | module.h | 27 const char *name; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | dispatcher.cpp | 23 Dispatcher::Dispatcher(const std::string &name) : name_(name), taskQueue_(128) in Dispatcher() argument
|
H A D | state_machine.h | 37 explicit State(const std::string &name, StateMachine &statemachine) in State() argument 47 explicit State(const std::string &name, StateMachine &statemachine, State &parent) in State() argument 70 Transition(const std::string &name) Transition() argument [all...] |
H A D | state_machine.cpp | 19 void StateMachine::InitState(const std::string &name) in InitState() argument 60 void StateMachine::Transition(const std::string &name) in Transition() argument
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_argument_test.cpp | 83 const char *name = "xxx"; in HWTEST() local
|
/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_xcollie.cpp | 23 int32_t SoftBusSetWatchdogTimer(const char *name, uint32_t timeout, void (*func)(void *), void *args) in SoftBusSetWatchdogTimer() argument 38 void SoftBusRunOneShotTask(const char *name, void (*task)(void), uint64_t delay) in SoftBusRunOneShotTask() argument 47 void SoftBusRunPeriodicalTask(const char *name, void (*task)(void), uint64_t interval, uint64_t delay) in SoftBusRunPeriodicalTask() argument
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common_virtual.c | 51 int SoftBusGetBtName(unsigned char *name, unsigned int *len) in SoftBusGetBtName() argument 58 int SoftBusSetBtName(const char *name) in SoftBusSetBtName() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | lf_ring.h | 35 char name[LF_RING_NAMESIZE]; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | fillp_os.c | 119 FILLP_INT SysSetThreadName(FILLP_CHAR *name, FILLP_UINT16 nameLen) in SysSetThreadName() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_type_file.cpp | 20 MtpFsTypeFile::MtpFsTypeFile(uint32_t id, uint32_t parentId, uint32_t storageId, const std::string &name, uint64_t size, in MtpFsTypeFile() argument
|
/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | message_parcel_mock.cpp | 32 bool MessageParcel::WriteInterfaceToken(std::u16string name) in WriteInterfaceToken() argument
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | debug_layer_test1.cpp | 28 static void *GetNextLayerProc(const char *name) in GetNextLayerProc() argument 63 __eglMustCastToProperFunctionPointerType DebugLayerGetProcAddr(const char *name, in DebugLayerGetProcAddr() argument
|
H A D | debug_layer_test2.cpp | 28 static void *GetNextLayerProc(const char *name) in GetNextLayerProc() argument 64 __eglMustCastToProperFunctionPointerType DebugLayerGetProcAddr(const char *name, in DebugLayerGetProcAddr() argument
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/ |
H A D | eglwrapperloader_fuzzer.cpp | 63 char name = GetData<char>(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_loader_test.cpp | 41 std::string name = std::string(""); in HWTEST_F() local 57 std::string name = std::string("eglGetProcAddress"); in HWTEST_F() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ffjni.h | 104 const char *name; member
|
H A D | codec_desc.c | 3581 avcodec_descriptor_get_by_name(const char *name) avcodec_descriptor_get_by_name() argument [all...] |
H A D | codec_desc.h | 46 const char *name; member
|
/third_party/elfutils/backends/ |
H A D | aarch64_regs.c | 43 do_regtype(const char *setname, int type, const char **setnamep, int *typep, char *name, size_t namelen, const char *fmt, ...) do_regtype() argument 61 aarch64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setnamep, int *bits, int *typep) aarch64_register_info() argument
|
H A D | ia64_regs.c | 40 ia64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) ia64_register_info() argument [all...] |
H A D | sparc_regs.c | 40 sparc_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) sparc_register_info() argument [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_getdwarf.c | 44 module_callback(Dwfl_Module *mod, void **userdata, const char *name, Dwarf_Addr start, void *arg) module_callback() argument
|