Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach_func.cpp30 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in GenerateKey() local
43 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in GenerateItem() local
54 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in GetTotalCount() local
66 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in RegisterListenerFunc() local
77 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in UnRegisterListenerFunc() local
88 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in MarkLazyForEachProcess() local
99 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in ResetLazyForEachProcess() local
110 auto funcs = CJRuntimeDelegate::GetInstance()->GetCJFuncs(); in RemoveChildGroupById() local
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; variable
185 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC; variable
200 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC; variable
243 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC; variable
258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; variable
273 int32_t funcs = USB_FUNCTION_MTP; variable
288 int32_t funcs = USB_FUNCTION_PTP; variable
303 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_HDC; variable
318 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_HDC; variable
333 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_RNDIS; variable
[all …]
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gfx.c21 int32_t GfxInitialize(GfxFuncs **funcs) in GfxInitialize()
32 int32_t GfxUninitialize(GfxFuncs *funcs) in GfxUninitialize()
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A 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
468 std::string funcs = "qwerts"; variable
[all …]
H A 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
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A 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
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A 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
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_gralloc.cpp64 int32_t GrallocInitialize(GrallocFuncs **funcs) in GrallocInitialize()
90 int32_t GrallocUninitialize(GrallocFuncs *funcs) in GrallocUninitialize()
/ohos5.0/base/update/updater/services/ui/control/
H A Dcallback_manager.cpp63 static std::unordered_map<std::string, Callback> funcs; in GetFuncs() local
74 auto &funcs = GetFuncs(); in Register() local
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp309 int32_t UsbdFunction::SetDDKFunction(uint32_t funcs) in SetDDKFunction()
380 int32_t UsbdFunction::UsbdEnableDevice(int32_t funcs) in UsbdEnableDevice()
490 int32_t UsbdFunction::UsbdInitDDKFunction(uint32_t funcs) in UsbdInitDDKFunction()
529 int32_t UsbdFunction::UsbdSetKernelFunction(int32_t kfuns, int32_t funcs) in UsbdSetKernelFunction()
559 int32_t UsbdFunction::UsbdSetFunction(uint32_t funcs) in UsbdSetFunction()
612 int32_t UsbdFunction::UsbdUpdateFunction(uint32_t funcs) in UsbdUpdateFunction()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A 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
H A 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
H A Dmake_ctocpp_impl.py152 def ctocpp_make_static_param(cls, funcs, prefix): argument
330 def ctocpp_make_function_body(cls, funcs, dir_name): argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Drs_surface_buffer_callback.cpp22 DefaultSurfaceBufferCallbackFuncs funcs) : finishCallback_(funcs.OnFinish), in RSDefaultSurfaceBufferCallback()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp104 int32_t LayerInitialize(LayerFuncs **funcs) in LayerInitialize()
125 int32_t LayerUninitialize(LayerFuncs *funcs) in LayerUninitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/runtime/
H A Dcj_runtime_delegate.cpp43 void CJRuntimeDelegate::RegisterCJFuncs(AtCPackage funcs) in RegisterCJFuncs()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dcj_fn_invoker.h47 void RegisterCJFuncs(FFIAtCPackage funcs) in RegisterCJFuncs() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_object_test/
H A Dcj_test_runner_object_test.cpp55 void RegisterCangjieFuncs(CJTestRunnerFuncs* funcs) in RegisterCangjieFuncs()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_manager.cpp61 int32_t funcs = 0; in Init() local
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp323 int32_t DeviceInitialize(DeviceFuncs **funcs) in DeviceInitialize()
359 int32_t DeviceUninitialize(DeviceFuncs *funcs) in DeviceUninitialize()
367 int32_t LayerInitialize(LayerFuncs **funcs) in LayerInitialize()
392 int32_t LayerUninitialize(LayerFuncs *funcs) in LayerUninitialize()
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential.c34 bool InitDslmCredentialFunctions(const ProcessDslmCredFunctions *funcs) in InitDslmCredentialFunctions()
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_function_test.cpp68 int32_t funcs = USB_FUNCTION_NONE; in BENCHMARK_F() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_stage_object_test/
H A Dcj_ability_stage_object_test.cpp71 auto registerFunc = [](CJAbilityStageFuncs *funcs) { in __anon9f314e060102()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp249 static const std::function<int(const DataValue&, Parcel&)> funcs[] = { in SerializeDataValue() local
264 static const std::function<int(DataValue&, Parcel&)> funcs[] = { in DeserializeDataValue() local

12