| /base/usb/usb_manager/test/native/service_unittest/src/ |
| D | usb_core_test.cpp | 82 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 99 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 117 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 135 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 182 int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_ECM; variable 213 int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_HDC; variable 229 int32_t funcs = UsbSrvSupport::FUNCTION_ECM | UsbSrvSupport::FUNCTION_HDC; variable 275 int32_t funcs = UsbSrvSupport::FUNCTION_MTP | UsbSrvSupport::FUNCTION_HDC; variable 291 int32_t funcs = UsbSrvSupport::FUNCTION_PTP | UsbSrvSupport::FUNCTION_HDC; variable 307 …int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_MTP | UsbSrvSupport::FUNCTIO… variable [all …]
|
| D | usb_dfx_test.cpp | 181 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 207 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 257 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
| D | key_agreement_client.c | 28 void init_client(struct key_agreement_client *handle, struct client_virtual_func_group *funcs) in init_client() 48 struct client_virtual_func_group *funcs = &client->package_funcs; in send_start_request() local 74 struct client_virtual_func_group *funcs = &client->package_funcs; in send_end_request() local 106 struct client_virtual_func_group *funcs = &client->package_funcs; in receive_end_response() local
|
| D | pake_client.c | 46 struct client_virtual_func_group funcs = { build_start_request_data, parse_start_response_data, in build_pake_client() local
|
| D | sts_client.c | 43 struct client_virtual_func_group funcs = { build_start_request_data, parse_start_response_data, in build_sts_client() local
|
| /base/usb/usb_manager/test/native/mock/src/ |
| D | usb_core_mock_test.cpp | 132 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE); variable 175 int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_ECM; variable 204 int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_HDC; variable 219 int32_t funcs = UsbSrvSupport::FUNCTION_ECM | UsbSrvSupport::FUNCTION_HDC; variable 318 std::string funcs = "qwerts"; variable 332 std::string funcs = "zxcbvx"; variable
|
| /base/update/updater/services/ui/control/ |
| D | callback_manager.cpp | 63 static std::unordered_map<std::string, Callback> funcs; in GetFuncs() local 74 auto &funcs = GetFuncs(); in Register() local
|
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| D | make_capi_header.py | 27 def make_capi_static_funcs(funcs, indent, defined_names, translate_map): argument 47 def make_capi_class_funcs(funcs, indent, defined_names, translate_map): argument
|
| D | make_cpptoc_impl.py | 245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): argument 282 def make_cpptoc_static_function_impl(cls, funcs, defined_names): argument
|
| D | make_ctocpp_impl.py | 152 def ctocpp_make_static_param(cls, funcs, prefix): argument 330 def ctocpp_make_function_body(cls, funcs, dir_name): argument
|
| D | make_file_base.py | 158 def get_func_name_list(funcs): argument
|
| D | file_parser.py | 2103 funcs = header.get_funcs() variable 2113 funcs = cls.get_virtual_funcs() variable 2122 funcs = cls.get_static_funcs() variable
|
| /base/security/device_security_level/oem_property/common/ |
| D | dslm_credential.c | 34 bool InitDslmCredentialFunctions(const ProcessDslmCredFunctions *funcs) in InitDslmCredentialFunctions()
|
| /base/usb/usb_manager/interfaces/innerkits/native/src/ |
| D | usb_srv_client.cpp | 163 int32_t UsbSrvClient::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() 176 int32_t UsbSrvClient::SetCurrentFunctions(int32_t funcs) in SetCurrentFunctions() 189 int32_t UsbSrvClient::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString() 197 std::string UsbSrvClient::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
|
| /base/telephony/core_service/services/network_search/include/ |
| D | network_utils.h | 299 T EventSender::GetFunctionOfEvent(const std::map<RadioEvent, T> &funcs, RadioEvent radioEvent) in GetFunctionOfEvent()
|
| /base/telephony/ril_adapter/services/hril/include/ |
| D | hril_base.h | 142 F HRilBase::GetFunc(std::map<uint32_t, F> &funcs, uint32_t code) in GetFunc()
|
| /base/usb/usb_manager/test/tool/ |
| D | usb_function_test.cpp | 118 int32_t funcs = 0; in GetCurrentFunctionInfo() local
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_device_manager.cpp | 93 bool UsbDeviceManager::AreSettableFunctions(int32_t funcs) in AreSettableFunctions()
|
| D | usb_service.cpp | 526 int32_t UsbService::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString() 539 std::string UsbService::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
|
| /base/usb/usb_manager/services/zidl/src/ |
| D | usb_srv_proxy.cpp | 429 int32_t UsbServerProxy::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() 453 int32_t UsbServerProxy::SetCurrentFunctions(int32_t funcs) in SetCurrentFunctions() 475 int32_t UsbServerProxy::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString() 499 std::string UsbServerProxy::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
|
| D | usb_srv_stub.cpp | 306 int32_t funcs; in DoSetCurrentFunctions() local 317 std::string funcs; in DoUsbFunctionsFromString() local 325 int32_t funcs; in DoUsbFunctionsToString() local
|
| /base/usb/usb_manager/interfaces/kits/js/napi/src/ |
| D | usb_info.cpp | 994 std::string funcs; in CoreUsbFunctionsFromString() local 1020 int32_t funcs; in CoreUsbFunctionsToString() local 1073 int32_t funcs = 0; in CoreSetCurrentFunctions() local
|