| /foundation/multimodalinput/input/service/window_manager/src/ |
| H A D | pointer_drawing_manager.cpp | 622 SettingObserver::UpdateFunc func = [](const std::string& key) { in CreateMagicCursorChangeObserver() local
|
| /foundation/resourceschedule/device_standby/utils/policy/src/ |
| H A D | standby_config_manager.cpp | 484 auto func = [](bool isApp, std::set<TimeLtdProcess>& eligibleResCtrlConfig, in GetEligibleAllowTimeConfig() local 500 auto func = [](bool isApp, std::set<std::string>& eligibleResCtrlConfig, in GetEligiblePersistAllowConfig() local 449 GetEligibleAllowConfig(const std::string& paramName, uint32_t condition, bool isAllow, bool isApp, const std::function<void(bool, std::set<T>&, const DefaultResourceConfig&)>& func) GetEligibleAllowConfig() argument 880 DumpResCtrlConfig(const char* name, const std::vector<T>& configArray, std::stringstream& stream, const std::function<void(const T&)>& func) DumpResCtrlConfig() argument
|
| /foundation/window/window_manager/dmserver/src/ |
| H A D | abstract_screen_controller.cpp | 1034 auto func = [=]() {
in SetScreenActiveMode() local
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| H A D | js_scene_utils.cpp | 1495 std::function<void()> func; member
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| H A D | softbus_conn_br_manager.c | 1083 void (*func)(SoftBusMessage *msg); member
|
| /foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
| H A D | http_exec.cpp | 148 napi_value func = context->GetCallback(); in AsyncWorkRequestInStreamCallback() local 193 napi_value func = context->GetCallback(); in AsyncWorkRequestCallback() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_sqlite_ext.cpp | 404 int RegisterFunction(sqlite3 *db, const std::string &funcName, int nArg, void *uData, TransactFunc &func) in RegisterFunction() argument 492 TransactFunc func; in RegisterCalcHash() local 1019 TransactFunc func; in RegisterGetSysTime() local 1026 TransactFunc func; RegisterGetLastTime() local 1033 TransactFunc func; RegisterGetRawSysTime() local 1040 TransactFunc func; RegisterCloudDataChangeObserver() local 1047 TransactFunc func; RegisterDataChangeObserver() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_utils.cpp | 1386 TransactFunc func; in RegisterCalcHash() local 1484 TransactFunc func; in RegisterGetSysTime() local 1491 TransactFunc func; in RegisterGetLastTime() local 1498 TransactFunc func; in RegisterGetRawSysTime() local 1505 TransactFunc func; RegisterCloudDataChangeObserver() local 1512 TransactFunc func; RegisterCloudDataChangeServerObserver() local 1683 RegisterFunction(sqlite3 *db, const std::string &funcName, int nArg, void *uData, TransactFunc &func) RegisterFunction() argument [all...] |
| /foundation/distributedhardware/device_manager/services/service/src/softbus/ |
| H A D | softbus_listener.cpp | 971 auto func = (CreateDmRadarFuncPtr)dlsym(radarHandle_, "CreateDmRadarInstance"); in IsDmRadarHelperReady() local
|
| /foundation/distributedhardware/device_manager/services/service/src/ |
| H A D | device_manager_service.cpp | 943 auto func = (CreateDMServiceFuncPtr)dlsym(so_handle, "CreateDMServiceObject"); in IsDMServiceImplReady() local 1193 auto func = (CreateDMServiceImplExtFuncPtr)dlsym(so_handle, "CreateDMServiceImplExtObject"); in IsDMServiceAdapterLoad() local
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | ext_extension.cpp | 74 static void RecordDoRestoreRes(const std::string &bundleName, const std::string &func, in RecordDoRestoreRes() argument
|
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| H A D | dhcp_client_state_machine.cpp | 190 std::function<void()> func = [this]() { RunGetIPThreadFunc(std::ref(*this)); }; in InitStartIpv4Thread() local 1840 std::function<void()> func = [this]() { in SlowArpDetect() local
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_s_server.cpp | 1829 void RegisterDeviceChangedCallback(PDhcpServerContext ctx, DeviceConnectFun func) in RegisterDeviceChangedCallback() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
| H A D | nstackx_dfile_session.c | 2052 void DFileSetEvent(void *softObj, DFileEventFunc func) in DFileSetEvent() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
| H A D | nstackx_common.c | 1818 int NSTACKX_DFinderSetEventFunc(void *softobj, DFinderEventFunc func) in NSTACKX_DFinderSetEventFunc() argument
|
| /foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
| H A D | swapchain_layer.cpp | 84 VkLayerInstanceCreateInfo* GetChainInfo(const VkInstanceCreateInfo* pCreateInfo, VkLayerFunction func) in GetChainInfo() argument 97 VkLayerDeviceCreateInfo* GetChainInfo(const VkDeviceCreateInfo* pCreateInfo, VkLayerFunction func) in GetChainInfo() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl_rendering_context_base_impl.cpp | 1933 napi_value WebGLRenderingContextBaseImpl::StencilFunc(napi_env env, GLenum func, GLint ref, GLuint mask) in StencilFunc() argument 1952 StencilFuncSeparate( napi_env env, GLenum face, GLenum func, GLint ref, GLuint mask) StencilFuncSeparate() argument [all...] |
| H A D | webgl_rendering_context_base.cpp | 923 static bool CheckFuncForStencilOrDepth(GLenum func) in CheckFuncForStencilOrDepth() argument 952 GLenum func = 0; in DepthFunc() local 1505 GLenum func = 0; StencilFunc() local 1549 GLenum func = 0; StencilFuncSeparate() local 2867 SetError(napi_env env, napi_value thisVar, GLenum error, std::string func, int32_t line) SetError() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
| H A D | draw_cmd.cpp | 106 void DumpArray(std::string& out, const A& array, F func) in DumpArray() argument 333 bool UnmarshallingHelper::Register(uint32_t type, UnmarshallingHelper::UnmarshallingFunc func, size_t unmarshallingSize) in Register() argument
|
| /foundation/window/window_manager/window_scene/session/screen/src/ |
| H A D | screen_session.cpp | 756 void ScreenSession::SetScreenSceneDpiChangeListener(const SetScreenSceneDpiFunc& func) in SetScreenSceneDpiChangeListener() argument 771 void ScreenSession::SetScreenSceneDestroyListener(const DestroyScreenSceneFunc& func) in SetScreenSceneDestroyListener() argument
|
| /foundation/window/window_manager/wm/src/ |
| H A D | window_extension_session_impl.cpp | 258 void WindowExtensionSessionImpl::RegisterTransferComponentDataListener(const NotifyTransferComponentDataFunc& func) in RegisterTransferComponentDataListener() argument 290 RegisterTransferComponentDataForResultListener( const NotifyTransferComponentDataForResultFunc& func) RegisterTransferComponentDataForResultListener() argument
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_root.cpp | 1509 WindowNodeOperationFunc func = [&os](sptr<WindowNode> node) { in GenAllWindowsLogInfo() local
|
| H A D | window_controller.cpp | 380 WindowNodeOperationFunc func = [&navigationBarHeight, &hasFullScreenKeyGuardWindow](sptr<WindowNode> windowNode) { in GetNavigationBarHeight() local 1818 auto func = []() { in MinimizeWindowsByLauncher() local
|
| /kernel/linux/linux-5.10/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 298 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() argument 314 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call() argument 319 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump() argument 820 u8 *func; in do_jit() local 1629 emit_cond_near_jump(u8 **pprog, void *func, void *ip, u8 jmp_cond) emit_cond_near_jump() argument [all...] |
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| H A D | pd.c | 247 enum action (*func)(struct pd_unit *disk); member 327 static void pd_send_command(struct pd_unit *disk, int n, int s, int h, int c0, int c1, int func) in pd_send_command() argument 340 static void pd_ide_command(struct pd_unit *disk, int func, int block, int count) in pd_ide_command() argument
|