Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 15 of 15) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_core_test.cpp82 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 …]
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dkey_agreement_client.c28 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
Dpake_client.c46 struct client_virtual_func_group funcs = { build_start_request_data, parse_start_response_data, in build_pake_client() local
Dsts_client.c43 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/
Dusb_core_mock_test.cpp132 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/
Dcallback_manager.cpp63 static std::unordered_map<std::string, Callback> funcs; in GetFuncs() local
74 auto &funcs = GetFuncs(); in Register() local
/base/usb/usb_manager/test/tool/
Dusb_function_port_test.cpp58 int32_t funcs = 0; in GetCurrentFunctionInfo() local
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp138 int32_t UsbSrvClient::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions()
149 int32_t UsbSrvClient::SetCurrentFunctions(int32_t funcs) in SetCurrentFunctions()
161 int32_t UsbSrvClient::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString()
169 std::string UsbSrvClient::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
/base/security/device_security_level/oem_property/common/
Ddslm_credential.c34 bool InitDslmCredentialFunctions(const ProcessDslmCredFunctions *funcs) in InitDslmCredentialFunctions()
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h135 F HRilBase::GetFunc(std::map<uint32_t, std::any> &funcs, uint32_t code) in GetFunc()
/base/usb/usb_manager/services/native/src/
Dusb_device_manager.cpp77 bool UsbDeviceManager::AreSettableFunctions(int32_t funcs) in AreSettableFunctions()
Dusb_service.cpp496 int32_t UsbService::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString()
510 std::string UsbService::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_proxy.cpp390 int32_t UsbServerProxy::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions()
414 int32_t UsbServerProxy::SetCurrentFunctions(int32_t funcs) in SetCurrentFunctions()
436 int32_t UsbServerProxy::UsbFunctionsFromString(std::string_view funcs) in UsbFunctionsFromString()
460 std::string UsbServerProxy::UsbFunctionsToString(int32_t funcs) in UsbFunctionsToString()
Dusb_srv_stub.cpp236 int32_t funcs; in DoSetCurrentFunctions() local
243 std::string funcs; in DoUsbFunctionsFromString() local
251 int32_t funcs; in DoUsbFunctionsToString() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp591 std::string funcs; in CoreUsbFunctionsFromString() local
616 int32_t funcs; in CoreUsbFunctionsToString() local
666 int32_t funcs = 0; in CoreSetCurrentFunctions() local