Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 22 of 22) 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 …]
Dusb_dfx_test.cpp181 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/
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/web/webview/ohos_interface/ohos_glue/scripts/
Dmake_capi_header.py27 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
Dmake_cpptoc_impl.py245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): argument
282 def make_cpptoc_static_function_impl(cls, funcs, defined_names): argument
Dmake_ctocpp_impl.py152 def ctocpp_make_static_param(cls, funcs, prefix): argument
330 def ctocpp_make_function_body(cls, funcs, dir_name): argument
Dmake_file_base.py158 def get_func_name_list(funcs): argument
Dfile_parser.py2103 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/
Ddslm_credential.c34 bool InitDslmCredentialFunctions(const ProcessDslmCredFunctions *funcs) in InitDslmCredentialFunctions()
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp163 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/
Dnetwork_utils.h299 T EventSender::GetFunctionOfEvent(const std::map<RadioEvent, T> &funcs, RadioEvent radioEvent) in GetFunctionOfEvent()
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h142 F HRilBase::GetFunc(std::map<uint32_t, F> &funcs, uint32_t code) in GetFunc()
/base/usb/usb_manager/test/tool/
Dusb_function_test.cpp118 int32_t funcs = 0; in GetCurrentFunctionInfo() local
/base/usb/usb_manager/services/native/src/
Dusb_device_manager.cpp93 bool UsbDeviceManager::AreSettableFunctions(int32_t funcs) in AreSettableFunctions()
Dusb_service.cpp526 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/
Dusb_srv_proxy.cpp429 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()
Dusb_srv_stub.cpp306 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/
Dusb_info.cpp994 std::string funcs; in CoreUsbFunctionsFromString() local
1020 int32_t funcs; in CoreUsbFunctionsToString() local
1073 int32_t funcs = 0; in CoreSetCurrentFunctions() local