| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| D | hfp_ag_command_processor.cpp | 146 int HfpAgCommandProcessor::StoiTryCatch(HfpAgDataConnection &dataConn, const std::string &arg) in StoiTryCatch() 186 HfpAgDataConnection &dataConn, const std::string &cmd, const std::string &arg, int cmdType) in Handle() 220 void HfpAgCommandProcessor::AtEmptyFn(HfpAgDataConnection &dataConn, const std::string &arg) in AtEmptyFn() 226 void HfpAgCommandProcessor::AtaExecuter(HfpAgDataConnection &dataConn, const std::string &arg) in AtaExecuter() 232 void HfpAgCommandProcessor::AtdExecuter(HfpAgDataConnection &dataConn, const std::string &arg) in AtdExecuter() 263 void HfpAgCommandProcessor::VgsSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgsSetter() 269 void HfpAgCommandProcessor::VgmSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgmSetter() 276 void HfpAgCommandProcessor::CcwaSetter(HfpAgDataConnection &dataConn, const std::string &arg) in CcwaSetter() 282 void HfpAgCommandProcessor::ChldSetter(HfpAgDataConnection &dataConn, const std::string &arg) in ChldSetter() 301 void HfpAgCommandProcessor::ChldTester(HfpAgDataConnection &dataConn, const std::string &arg) in ChldTester() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| D | hfp_hf_command_processor.cpp | 60 int HfpHfCommandProcessor::StoiTryCatch(const std::string &arg) in StoiTryCatch() 78 HfpHfDataConnection &dataConn, const std::string &cmd, const std::string &arg) in ProcessCommand() 94 void HfpHfCommandProcessor::ProcessOK(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessOK() 129 void HfpHfCommandProcessor::ProcessCmeError(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCmeError() 144 void HfpHfCommandProcessor::ProcessErrorCmd(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessErrorCmd() 178 void HfpHfCommandProcessor::ProcessCops(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCops() 193 void HfpHfCommandProcessor::ProcessBtrh(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBtrh() 206 void HfpHfCommandProcessor::ProcessBusy(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBusy() 212 void HfpHfCommandProcessor::ProcessDelayed(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessDelayed() 218 void HfpHfCommandProcessor::ProcessNoCarrier(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessNoCarrier() [all …]
|
| /foundation/communication/dsoftbus/core/connection/p2p/manager/src/ |
| D | p2plink_broadcast_receiver.c | 84 static void LoopP2pStateChanged(P2pLoopMsg msgType, void *arg) in LoopP2pStateChanged() 109 bool *arg = NULL; in P2pStateChanged() local 124 static void LoopGroupStateChanged(P2pLoopMsg msgType, void *arg) in LoopGroupStateChanged() 160 P2pLinkGroup *arg = (P2pLinkGroup *)SoftBusCalloc(groupSize); in GroupStateChanged() local 179 static void LoopConnResult(P2pLoopMsg msgType, void *arg) in LoopConnResult() 205 P2pLinkConnState *arg = NULL; in ConnResult() local
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
| D | vsync_connection_proxy.cpp | 29 MessageParcel arg; in RequestNextVSync() local 43 MessageParcel arg; in GetReceiveFd() local 61 MessageParcel arg; in SetVSyncRate() local 76 MessageParcel arg; in GetVSyncPeriod() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | alert_dialog_model_impl.cpp | 22 …std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProperties& arg, const std::s… in SetParseButtonObj() 32 void AlertDialogModelImpl::SetOnCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetOnCancel() 38 void AlertDialogModelImpl::SetShowDialog(const DialogProperties& arg) in SetShowDialog()
|
| D | action_sheet_model_impl.cpp | 25 void ActionSheetModelImpl::ShowActionSheet(const DialogProperties& arg) in ShowActionSheet() 67 void ActionSheetModelImpl::SetCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetCancel() 75 ButtonInfo& buttonInfo, DialogProperties& arg) in SetConfirm()
|
| /foundation/communication/dhcp/test/services/dhcp_server/unittest/ |
| D | dhcp_argument_test.cpp | 49 ArgumentInfo *arg = GetArgument("dns"); variable 80 ArgumentInfo *arg = GetArgument("lease"); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/ |
| D | action_sheet_model_ng.cpp | 21 void ActionSheetModelNG::ShowActionSheet(const DialogProperties& arg) in ShowActionSheet() 39 void ActionSheetModelNG::SetCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetCancel() 45 ButtonInfo& buttonInfo, DialogProperties& arg) in SetConfirm()
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| D | dhcp_dhcpd.c | 59 ArgumentInfo *arg = GetArgument("netmask"); in InitNetworkAbout() local 93 ArgumentInfo *arg = GetArgument("pool"); in PareseAddreesRange() local 142 ArgumentInfo *arg = GetArgument("dns"); in InitDomainNameServer() local 178 ArgumentInfo *arg = GetArgument("server"); in InitServerId() local 199 ArgumentInfo *arg = GetArgument("lease"); in InitLeaseTime() local 212 ArgumentInfo *arg = GetArgument("renewal"); in InitRenewalTime() local 226 ArgumentInfo *arg = GetArgument("rebinding"); in InitRebindingTime() local
|
| /foundation/ai/ai_engine/services/common/utils/encdec/include/ |
| D | encdec_facade.h | 54 static int ProcessEncode(DataInfo &dataInfo, const Type &arg, const Types &...args) in ProcessEncode() 91 static int ProcessDecode(const DataInfo &dataInfo, Type &arg, Types &...args) in ProcessDecode()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| D | alert_dialog_model_ng.cpp | 25 …std::function<void()>&& eventFunc, ButtonInfo& buttonInfo, DialogProperties& arg, const std::strin… in SetParseButtonObj() 32 void AlertDialogModelNG::SetOnCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetOnCancel() 37 void AlertDialogModelNG::SetShowDialog(const DialogProperties& arg) in SetShowDialog()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| D | fscrypt_key_v2.cpp | 33 auto arg = reinterpret_cast<fscrypt_add_key_arg *>(buf.get()); in ActiveKey() local 74 fscrypt_remove_key_arg arg; in InactiveKey() local
|
| /foundation/resourceschedule/ffrt/src/dfx/log/linux/ |
| D | log_base.cpp | 65 va_list arg; in LogErr() local 78 va_list arg; in LogWarn() local 91 va_list arg; in LogInfo() local 104 va_list arg; in LogDebug() local
|
| /foundation/communication/dsoftbus/tests/core/connection/p2p/interface_mock/ |
| D | manager_mock.cpp | 22 void P2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in P2pLinkLoopConnectDevice() 27 void P2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in P2pLinkLoopDisconnectDev() 83 void ManagerMock::ActionOfP2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in ActionOfP2pLinkLoopConnectDevice() 88 void ManagerMock::ActionOfP2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in ActionOfP2pLinkLoopDisconnectDev()
|
| /foundation/graphic/graphic_2d/utils/option_parser/src/ |
| D | option_parser.cpp | 28 int32_t OptionParser::ParseArgument(const char *arg, const char *arg2) in ParseArgument() 63 int32_t OptionParser::ParseArgc(const char *arg, const char *arg2) in ParseArgc() 130 int32_t OptionParser::ParseLongEqualOption(const char *arg, const char *arg2) in ParseLongEqualOption() 206 int32_t OptionParser::AddSkipped(const char *arg, const char *arg2) in AddSkipped()
|
| /foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_test/ |
| D | app_mgr_service_dump_test.cpp | 117 auto arg = Str8ToStr16("-h"); variable 139 auto arg = Str8ToStr16("-h"); variable 189 auto arg = Str8ToStr16("-i"); variable
|
| /foundation/communication/dsoftbus/core/connection/p2p/interface/ |
| D | p2plink_interface.c | 72 ConnectingNode *arg = SoftBusCalloc(sizeof(ConnectingNode)); in P2pLinkConnectDevice() local 100 P2pLinkDisconnectInfo *arg = SoftBusCalloc(sizeof(P2pLinkDisconnectInfo)); in P2pLinkDisconnectDevice() local 121 static void LoopP2pLinkIsRoleConfict(P2pLoopMsg msgType, void *arg) in LoopP2pLinkIsRoleConfict() 202 static void LoopP2pLinkQueryIpByMac(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryIpByMac() 301 static void LoopP2pLinkQueryDevOnline(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryDevOnline()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
| D | crypto_key_test.cpp | 400 FscryptPolicy arg; variable 426 struct fscrypt_policy arg; variable 493 FscryptPolicy arg; variable 522 struct fscrypt_get_policy_ex_arg arg; variable 766 struct fscrypt_get_policy_ex_arg arg; variable
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
| D | sys_event.c | 26 void *arg; member 37 static void EventProcessHandle(void *arg) in EventProcessHandle() 59 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
| D | key_control.c | 65 static bool FsIoctl(const char *mnt, unsigned long cmd, void *arg) in FsIoctl() 89 bool KeyCtrlInstallKey(const char *mnt, struct fscrypt_add_key_arg *arg) in KeyCtrlInstallKey() 95 bool KeyCtrlRemoveKey(const char *mnt, struct fscrypt_remove_key_arg *arg) in KeyCtrlRemoveKey() 101 bool KeyCtrlGetKeyStatus(const char *mnt, struct fscrypt_get_key_status_arg *arg) in KeyCtrlGetKeyStatus()
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
| D | watcher_entity.cpp | 63 int FileWatcher::StartNotify(shared_ptr<WatcherInfoArg> arg) in StartNotify() 124 int FileWatcher::StopNotify(shared_ptr<WatcherInfoArg> arg) in StopNotify() 176 bool FileWatcher::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() 192 uint32_t FileWatcher::RemoveWatcherInfo(shared_ptr<WatcherInfoArg> arg) in RemoveWatcherInfo()
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
| D | sys_event.c | 26 void *arg; member 37 static void EventProcessHandle(void *arg) in EventProcessHandle() 55 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
|
| /foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_dump_test/ |
| D | dataobs_mgr_service_dump_test.cpp | 59 auto arg = Str8ToStr16("-h"); variable 101 auto arg = Str8ToStr16("-i"); variable
|
| /foundation/multimedia/media_library/frameworks/js/src/ |
| D | medialibrary_napi_utils.cpp | 55 napi_status MediaLibraryNapiUtils::GetUInt32(napi_env env, napi_value arg, uint32_t &value) in GetUInt32() 64 napi_status MediaLibraryNapiUtils::GetInt32(napi_env env, napi_value arg, int32_t &value) in GetInt32() 73 napi_status MediaLibraryNapiUtils::GetParamBool(napi_env env, napi_value arg, bool &value) in GetParamBool() 82 napi_status MediaLibraryNapiUtils::GetUInt32Array(napi_env env, napi_value arg, vector<uint32_t> &r… in GetUInt32Array() 96 napi_status MediaLibraryNapiUtils::GetParamFunction(napi_env env, napi_value arg, napi_ref &callbac… in GetParamFunction() 105 static napi_status GetParamStr(napi_env env, napi_value arg, const size_t size, string &result) in GetParamStr() 118 napi_status MediaLibraryNapiUtils::GetParamString(napi_env env, napi_value arg, string &result) in GetParamString() 124 napi_status MediaLibraryNapiUtils::GetParamStringPathMax(napi_env env, napi_value arg, string &resu… in GetParamStringPathMax() 130 napi_status MediaLibraryNapiUtils::GetProperty(napi_env env, const napi_value arg, const string &pr… in GetProperty() 144 napi_status MediaLibraryNapiUtils::GetStringArray(napi_env env, napi_value arg, vector<string> &arr… in GetStringArray() [all …]
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hyper_graphic_manager/src/ |
| D | hyper_graphic_manager_napi.cpp | 41 napi_value arg[argc]; in SetRefreshRateMode() local 71 napi_value arg[argc]; in GetScreenCurrentRefreshRate() local 116 napi_value arg[argc]; in GetScreenSupportedRefreshRates() local
|