Home
last modified time | relevance | path

Searched defs:func (Results 3326 - 3350 of 4174) sorted by relevance

1...<<131132133134135136137138139140>>...167

/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp622 SettingObserver::UpdateFunc func = [](const std::string& key) { in CreateMagicCursorChangeObserver() local
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp484 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 Dabstract_screen_controller.cpp1034 auto func = [=]() { in SetScreenActiveMode() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1495 std::function<void()> func; member
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1083 void (*func)(SoftBusMessage *msg); member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp148 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 Drelational_store_sqlite_ext.cpp404 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 Dsqlite_utils.cpp1386 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 Dsoftbus_listener.cpp971 auto func = (CreateDmRadarFuncPtr)dlsym(radarHandle_, "CreateDmRadarInstance"); in IsDmRadarHelperReady() local
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp943 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 Dext_extension.cpp74 static void RecordDoRestoreRes(const std::string &bundleName, const std::string &func, in RecordDoRestoreRes() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp190 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 Ddhcp_s_server.cpp1829 void RegisterDeviceChangedCallback(PDhcpServerContext ctx, DeviceConnectFun func) in RegisterDeviceChangedCallback() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c2052 void DFileSetEvent(void *softObj, DFileEventFunc func) in DFileSetEvent() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c1818 int NSTACKX_DFinderSetEventFunc(void *softobj, DFinderEventFunc func) in NSTACKX_DFinderSetEventFunc() argument
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp84 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 Dwebgl_rendering_context_base_impl.cpp1933 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 Dwebgl_rendering_context_base.cpp923 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 Ddraw_cmd.cpp106 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 Dscreen_session.cpp756 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 Dwindow_extension_session_impl.cpp258 void WindowExtensionSessionImpl::RegisterTransferComponentDataListener(const NotifyTransferComponentDataFunc& func) in RegisterTransferComponentDataListener() argument
290 RegisterTransferComponentDataForResultListener( const NotifyTransferComponentDataForResultFunc& func) RegisterTransferComponentDataForResultListener() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1509 WindowNodeOperationFunc func = [&os](sptr<WindowNode> node) { in GenAllWindowsLogInfo() local
H A Dwindow_controller.cpp380 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 Dbpf_jit_comp.c298 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 Dpd.c247 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

Completed in 74 milliseconds

1...<<131132133134135136137138139140>>...167