Home
last modified time | relevance | path

Searched defs:func (Results 951 - 975 of 2127) sorted by relevance

1...<<31323334353637383940>>...86

/base/startup/init/ueventd/
H A Dueventd_read_cfg.c47 ParseConfigFunc func; member
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_upgrade_key.c88 HksAddUpgradeParam func; member
/base/sensors/miscdevice/utils/common/include/
H A Dsensors_errors.h99 InnerFunctionTracer(const char *func, const char *tag) in InnerFunctionTracer() argument
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c52 int32_t ATStartReadLoop(int32_t fd, OnNotify func) in ATStartReadLoop() argument
H A Dvendor_report.c81 void OnTimerCallback(HRilCallbackFun func, uint8_t *param, const struct timeval *tv) in OnTimerCallback() argument
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h165 auto func = GetFunc<RespFunc>(respMemberFuncMap_, code); in ProcessResponse() local
181 auto func = GetFunc<NotiFunc>(notiMemberFuncMap_, code); in ProcessNotify() local
120 RequestVendor( int32_t serial, int32_t requestId, ReqFuncSet reqFuncSet, FuncPointer func, ValueTypes &&... vals) RequestVendor() argument
[all...]
/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp148 void UsbDeviceManager::UpdateFunctions(int32_t func) in UpdateFunctions() argument
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp66 auto func = reinterpret_cast<CJEnvMethods* (*)()>(symbol); in LoadInstance() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp55 auto func = [this]() { in Init() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.cpp245 std::function<void()> func = std::bind( in HandleRecognitionHdiEvent() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp27 bool DmsRadar::RegisterFocusedRes(const std::string& func, int32_t errCode) in RegisterFocusedRes() argument
62 bool DmsRadar::RegisterSoftbusCallbackRes(const std::string& func, int32_t errCode) in RegisterSoftbusCallbackRes() argument
99 bool DmsRadar::DmsFocused(const std::string& func, std::string focusMode) in DmsFocused() argument
119 bool DmsRadar::NormalFocusedGetAccessTokenIdRes(const std::string& func, int32_t errCode) in NormalFocusedGetAccessTokenIdRes() argument
154 NormalFocusedSendEventRes(const std::string& func, int32_t errCode) NormalFocusedSendEventRes() argument
191 SetFocusedState(const std::string& func) SetFocusedState() argument
210 ChangeStateFocusedGetAccessTokenIdRes(const std::string& func, int32_t errCode) ChangeStateFocusedGetAccessTokenIdRes() argument
245 ChangeStateFocusedSendEventRes(const std::string& func, int32_t errCode) ChangeStateFocusedSendEventRes() argument
282 DmsUnfocused(const std::string& func) DmsUnfocused() argument
301 NormalUnfocusedGetAccessTokenIdRes(const std::string& func, int32_t errCode) NormalUnfocusedGetAccessTokenIdRes() argument
336 NormalUnfocusedSendEventRes(const std::string& func, int32_t errCode) NormalUnfocusedSendEventRes() argument
373 RecordTime(const std::string& func) RecordTime() argument
392 MultimodeUnfocusedGetAccessTokenIdRes(const std::string& func, int32_t errCode) MultimodeUnfocusedGetAccessTokenIdRes() argument
427 MultimodeUnfocusedSendEventRes(const std::string& func, int32_t errCode) MultimodeUnfocusedSendEventRes() argument
464 SetUnfocusedState(const std::string& func) SetUnfocusedState() argument
483 ChangeStateUnfocusedGetAccessTokenIdRes(const std::string& func, int32_t errCode) ChangeStateUnfocusedGetAccessTokenIdRes() argument
518 ChangeStateUnfocusedSendEventRes(const std::string& func, int32_t errCode) ChangeStateUnfocusedSendEventRes() argument
555 RecvFocused(const std::string& func) RecvFocused() argument
576 FocusedGetBundleName(const std::string& func, int32_t errCode) FocusedGetBundleName() argument
611 NotifyDockFocused(const std::string& func, int32_t errCode) NotifyDockFocused() argument
644 RecvUnfocused(const std::string& func) RecvUnfocused() argument
665 UnfocusedGetBundleName(const std::string& func, int32_t errCode) UnfocusedGetBundleName() argument
700 NotifyDockUnfocused(const std::string& func, int32_t errCode) NotifyDockUnfocused() argument
733 ClickIconDmsContinue(const std::string& func, int32_t errCode, std::string peerDeviceId, const std::string& srcBundleName, const std::string& dstBundleName) ClickIconDmsContinue() argument
785 ClickIconDmsStartAbility(const std::string& func, int32_t errCode) ClickIconDmsStartAbility() argument
820 ClickIconDmsRecvOver(const std::string& func, int32_t errCode) ClickIconDmsRecvOver() argument
856 SaveDataDmsContinue(const std::string& func, int32_t errCode) SaveDataDmsContinue() argument
893 SaveDataDmsRemoteWant(const std::string& func, int32_t errCode) SaveDataDmsRemoteWant() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/
H A Ddata_ability_manager_test.cpp1014 const char func[1] = ""; in HWTEST_F() local
1033 const char func[2] = "a"; in HWTEST_F() local
1059 const char func[2] = "a"; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H A Djs_ui_extension_context_test.cpp207 auto func = [](napi_env env, napi_callback_info info) -> napi_value { in Connect() local
230 auto func = [](napi_env env, napi_callback_info info) -> napi_value { in Disconnect() local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h133 void SetOnHeightChanged(const std::function<void(int32_t)>& func) in SetOnHeightChanged() argument
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp210 void RenderXComponent::PushTask(const TaskFunction& func) in PushTask() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp152 auto func = [](const std::string &str) -> sptr<IInterface> { return String::Parse(str); }; in ParseString() local
162 auto func = [](const std::string &str) -> sptr<IInterface> { return Boolean::Parse(str); }; in ParseBoolean() local
172 auto func = [](const std::string &str) -> sptr<IInterface> { return Byte::Parse(str); }; in ParseByte() local
182 auto func = [](const std::string &str) -> sptr<IInterface> { return Short::Parse(str); }; in ParseShort() local
192 auto func = [](const std::string &str) -> sptr<IInterface> { return Integer::Parse(str); }; in ParseInteger() local
202 auto func = [](const std::string &str) -> sptr<IInterface> { return Long::Parse(str); }; ParseLong() local
212 auto func = [](const std::string &str) -> sptr<IInterface> { return Float::Parse(str); }; ParseFloat() local
222 auto func = [](const std::string &str) -> sptr<IInterface> { return Double::Parse(str); }; ParseDouble() local
231 auto func = [](const std::string &str) -> sptr<IInterface> { return Char::Parse(str); }; ParseChar() local
240 auto func = [](const std::string &str) -> sptr<IInterface> { return Array::Parse(str); }; ParseArray() local
250 auto func = [](const std::string &str) -> sptr<IInterface> { return WantParamWrapper::Parse(str); }; ParseWantParams() local
307 ParseElement(IArray *array, std::function<sptr<IInterface>(std::string &)> func, const std::string &values, long size) ParseElement() argument
405 ForEach(IArray *array, std::function<void(IInterface *)> func) ForEach() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp266 void UIObserverHandler::SetHandleNavigationChangeFunc(NavigationHandleFunc func) in SetHandleNavigationChangeFunc() argument
271 void UIObserverHandler::SetHandleScrollEventChangeFunc(ScrollEventHandleFunc func) in SetHandleScrollEventChangeFunc() argument
276 void UIObserverHandler::SetHandleRouterPageChangeFunc(RouterPageHandleFunc func) in SetHandleRouterPageChangeFunc() argument
281 void UIObserverHandler::SetHandleDensityChangeFunc(const DensityHandleFunc& func) in SetHandleDensityChangeFunc() argument
286 void UIObserverHandler::SetDrawCommandSendHandleFunc(DrawCommandSendHandleFunc func) in SetDrawCommandSendHandleFunc() argument
291 SetLayoutDoneHandleFunc(LayoutDoneHandleFunc func) SetLayoutDoneHandleFunc() argument
296 SetHandleNavDestinationSwitchFunc(const NavDestinationSwitchHandleFunc& func) SetHandleNavDestinationSwitchFunc() argument
301 SetWillClickFunc(WillClickHandleFunc func) SetWillClickFunc() argument
306 SetDidClickFunc(DidClickHandleFunc func) SetDidClickFunc() argument
311 SetHandleTabContentStateUpdateFunc(TabContentStateHandleFunc func) SetHandleTabContentStateUpdateFunc() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h146 void SetDisposeNotifyFunc(std::function<void(void*)>&& func) in SetDisposeNotifyFunc() argument
151 void SetDisposeJSRecognizerInfoFunc(std::function<void()>&& func) in SetDisposeJSRecognizerInfoFunc() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp279 auto func = calcDimensionFuncMap_.find(unit_); in NormalizeToPx() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_video_ffi.cpp119 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { ffiCallback(param.c_str()); }; in FfiOHOSAceFrameworkVideoOnStart() local
125 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { ffiCallback(param.c_str()); }; in FfiOHOSAceFrameworkVideoOnPause() local
131 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { ffiCallback(param.c_str()); }; in FfiOHOSAceFrameworkVideoOnFinish() local
137 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { ffiCallback(param.c_str()); }; in FfiOHOSAceFrameworkVideoOnError() local
143 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { in FfiOHOSAceFrameworkVideoOnPrepared() local
157 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { FfiOHOSAceFrameworkVideoOnSeeking() local
171 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { FfiOHOSAceFrameworkVideoOnSeeked() local
185 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { FfiOHOSAceFrameworkVideoOnUpdate() local
199 auto func = [ffiCallback = CJLambda::Create(callback)](const std::string& param) { FfiOHOSAceFrameworkVideoOnFullscreenChange() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h35 JSRef<JSVal> CallJSFunction(const JSRef<JSFunc>& func, const JSRef<JSObject>& obj, T&&... args) in CallJSFunction() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_navigation_utils.cpp133 panda::Local<panda::FunctionRef> func = itemActionValue->ToObject(vm); in ParseAndSendFunctionParam() local
H A Darkts_native_marquee_bridge.cpp239 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); in SetMarqueeOnStart() local
273 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); in SetMarqueeOnBounce() local
307 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetMarqueeOnFinish() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp933 auto func = bindFuncs.find(module); in RegisterFormModuleByName() local
957 auto func = bindFuncs.find(moduleName); in RegisterModuleByName() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dai_write_adapter.cpp199 auto func = [&](AAFwk::IInterface *object) { in GetBufferParam() local

Completed in 21 milliseconds

1...<<31323334353637383940>>...86