Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp352 RSDirtyRegionManager fun; variable
370 RSDirtyRegionManager fun; variable
388 RSDirtyRegionManager fun; variable
407 RSDirtyRegionManager fun; variable
445 RSDirtyRegionManager fun; variable
465 RSDirtyRegionManager fun; variable
483 RSDirtyRegionManager fun; variable
505 RSDirtyRegionManager fun; variable
519 RSDirtyRegionManager fun; variable
533 RSDirtyRegionManager fun; variable
[all …]
/ohos5.0/base/request/request/services/src/cxx/
H A Druncount_observer.cpp18 void RegisterRunCountCallback(RunCountCallback fun) in RegisterRunCountCallback()
H A Dapplication_state_observer.cpp134 void RegisterAPPStateCallback(APPStateCallback fun) in RegisterAPPStateCallback()
140 void RegisterProcessDiedCallback(ProcessStateCallback fun) in RegisterProcessDiedCallback()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp374 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendBase() local
382 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendBase() local
390 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendBase() local
399 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendBase() local
408 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendCallback() local
417 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendCallback() local
426 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendCallbackEx() local
435 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendCallback() local
445 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendCallback() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/utils/
H A Dutils_test.cpp319 std::function<float(float)> fun; variable
348 std::function<float(float)> fun = nullptr; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/dcm/src/
H A Dhks_client_service_dcm.cpp38 AttestFunction fun = HksOpenDcmFunction(); in ENABLE_CFI() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp103 …std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectA… in __anone7a239e30202() variable
144 …std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectA… in __anone7a239e30302() variable
177 …std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectA… in __anone7a239e30402() variable
251 …std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectA… in __anone7a239e30602() variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Ddelegator_thread_module_test.cpp71 std::function<void()> fun = CallBackModuleFunc; variable
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getdeviceids_fuzzer/
H A Dgetdeviceids_fuzzer.cpp28 auto fun = [](std::vector<int32_t> isdevice) { in GetDeviceIdsFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/subscribeswitchevent_fuzzer/
H A Dsubscribeswitchevent_fuzzer.cpp31 auto fun = [](std::shared_ptr<SwitchEvent> event) { in SubscribeSwitchEventFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_model_impl.cpp53 auto fun = readyEvent; in SetOnReady() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmsg_handler.h55 V fun; member
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h33 V fun; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp152 auto fun = onSelect; in SetOnSelected() local
172 auto fun = RequestPopupData; in SetOnRequestPopupData() local
186 auto fun = onPopupSelected; in SetOnPopupSelected() local
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinjection_event_dispatch.h28 InjectFunction fun; member
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_client.cpp99 bool UDSClient::StartClient(MsgClientFunCallback fun) in StartClient()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getkeyboardtype_fuzzer/
H A Dgetkeyboardtype_fuzzer.cpp47 auto fun = [](int32_t keyboardType) { in GetKeyboardTypeFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/addinterceptor_fuzzer/
H A Daddinterceptor_fuzzer.cpp42 auto fun = [](std::shared_ptr<KeyEvent> keyEvent) { in AddInterceptorFuzzTest() local
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_client.cpp103 bool StreamClient::StartClient(MsgClientFunCallback fun) in StartClient()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h218 META_NS::IAny::Ptr ExecSyncTask(const META_NS::ITaskQueue::Ptr tq, func&& fun) in ExecSyncTask()
227 META_NS::IAny::Ptr ExecSyncTask(func&& fun) in ExecSyncTask()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp222 void MMIClient::RegisterConnectedFunction(ConnectCallback fun) in RegisterConnectedFunction()
227 void MMIClient::RegisterDisconnectedFunction(ConnectCallback fun) in RegisterDisconnectedFunction()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp216 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
424 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
479 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
513 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
541 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
596 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
651 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
1304 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
1322 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
1356 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp311 auto fun = [](const std::string&) {}; in __anonbf2bd1f30602() variable
330 auto fun = [](const std::string&, const std::string&) {}; in __anonbf2bd1f30702() variable
349 auto fun = [](float, float, float) {}; in __anonbf2bd1f30802() variable
367 auto fun = []() {}; in __anonbf2bd1f30902() variable
385 auto fun = [](const std::vector<std::string>&) {}; in __anonbf2bd1f30a02() variable
404 auto fun = [](int32_t&, int32_t&) {}; in __anonbf2bd1f30b02() variable
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/supportkeys_fuzzer/
H A Dsupportkeys_fuzzer.cpp57 auto fun = [](std::vector<bool> isSupport) { in SupportKeysFuzzTest() local
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp140 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; in SendSmsTest() local
187 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; in SendSmsTest2() local

1234