Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 1178) sorted by relevance

12345678910>>...48

/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_init.h72 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument
77 #define LAYER_INITCALL_DEF(func, layer, clayer) \ argument
90 #define CORE_INIT(func) LAYER_INITCALL_DEF(func, core, "core") argument
104 #define CORE_INIT_PRI(func, priority) LAYER_INITCALL(func, core, "core", priority) argument
116 #define SYS_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, sys_service, "sys.service") argument
141 #define SYS_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, sys_feature, "sys.feature") argument
166 #define SYS_RUN(func) LAYER_INITCALL_DEF(func, run, "run") argument
179 #define SYS_RUN_PRI(func, priority) LAYER_INITCALL(func, run, "run", priority) argument
190 #define SYSEX_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service") argument
239 #define APP_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service") argument
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h24 void SetOnReady(std::function<void()>&& func) override {} in SetOnReady()
25 void SetOnSelect(std::function<void(const BaseEventInfo*)>&& func) override {} in SetOnSelect()
26 void SetOnSelectionChange(std::function<void(const BaseEventInfo*)>&& func) override {} in SetOnSelectionChange()
29 void SetOnDidIMEInput(std::function<void(const TextRange&)>&& func) override {} in SetOnDidIMEInput()
31 void SetOnDeleteComplete(std::function<void()>&& func) override {} in SetOnDeleteComplete()
36 void SetOnPaste(std::function<void(NG::TextCommonEvent&)>&& func) override {} in SetOnPaste()
43 void SetOnEditingChange(std::function<void(const bool&)>&& func) override {} in SetOnEditingChange()
44 void SetOnSubmit(std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) override {} in SetOnSubmit()
47 void SetOnDidChange(std::function<void(const NG::RichEditorChangeValue&)>&& func) override {} in SetOnDidChange()
48 void SetOnCut(std::function<void(NG::TextCommonEvent&)>&& func) override {} in SetOnCut()
[all …]
H A Dtext_field_model_impl.h61 void SetOnSubmit(std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) override {}; in SetOnSubmit()
63 void SetOnTextSelectionChange(std::function<void(int32_t, int32_t)>&& func) override {}; in SetOnTextSelectionChange() argument
64 void SetOnSecurityStateChange(std::function<void(bool)>&& func) override {}; in SetOnSecurityStateChange()
65 void SetOnContentScroll(std::function<void(float, float)>&& func) override {}; in SetOnContentScroll() argument
69 …void SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) ove… in SetOnPasteWithEvent()
75 void SetOnChangeEvent(std::function<void(const std::string&)>&& func) override {}; in SetOnChangeEvent()
96 void SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) override {}; in SetOnWillInsertValueEvent()
97 void SetOnDidInsertValueEvent(std::function<void(const InsertValueInfo&)>&& func) override {}; in SetOnDidInsertValueEvent()
98 void SetOnWillDeleteEvent(std::function<bool(const DeleteValueInfo&)>&& func) override {}; in SetOnWillDeleteEvent()
99 void SetOnDidDeleteEvent(std::function<void(const DeleteValueInfo&)>&& func) override {}; in SetOnDidDeleteEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp27 bool DmsRadar::RegisterFocusedRes(const std::string& func, int32_t errCode) in RegisterFocusedRes()
99 bool DmsRadar::DmsFocused(const std::string& func, std::string focusMode) in DmsFocused()
191 bool DmsRadar::SetFocusedState(const std::string& func) in SetFocusedState()
282 bool DmsRadar::DmsUnfocused(const std::string& func) in DmsUnfocused()
373 bool DmsRadar::RecordTime(const std::string& func) in RecordTime()
464 bool DmsRadar::SetUnfocusedState(const std::string& func) in SetUnfocusedState()
555 bool DmsRadar::RecvFocused(const std::string& func) in RecvFocused()
611 bool DmsRadar::NotifyDockFocused(const std::string& func, int32_t errCode) in NotifyDockFocused()
644 bool DmsRadar::RecvUnfocused(const std::string& func) in RecvUnfocused()
700 bool DmsRadar::NotifyDockUnfocused(const std::string& func, int32_t errCode) in NotifyDockUnfocused()
[all …]
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/
H A Dopenssl_mock.cpp223 EvpEncryptUpdate func = in EVP_EncryptUpdate() local
251 EvpDecryptUpdate func = in EVP_DecryptUpdate() local
279 EvpSha256 func = in EVP_sha256() local
293 EvpSha384 func = in EVP_sha384() local
307 EvpSha512 func = in EVP_sha512() local
322 EvpDigest func = in EVP_Digest() local
336 EvpMDCtxNew func = in EVP_MD_CTX_new() local
350 EvpDigestInitEx func = in EVP_DigestInit_ex() local
364 EvpMdCtxSetFlags func = in EVP_MD_CTX_set_flags() local
378 EvpMdCtxFree func = in EVP_MD_CTX_free() local
[all …]
H A Dfile_io_mock.cpp37 LseekFuncT func = reinterpret_cast<LseekFuncT>(dlsym(RTLD_NEXT, "lseek")); in lseek() local
50 WriteFuncT func = reinterpret_cast<WriteFuncT>(dlsym(RTLD_NEXT, "write")); in write() local
63 FtruncateFuncT func = reinterpret_cast<FtruncateFuncT>(dlsym(RTLD_NEXT, "ftruncate")); in ftruncate() local
77 MemcpyFuncT func = reinterpret_cast<MemcpyFuncT>(dlsym(RTLD_NEXT, "memcpy_s")); in memcpy_s() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dsoftbus_event_virtual.c21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *e… in ConnEventInner()
30 void ConnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, ConnAlarmExtra *ex… in ConnAlarmInner()
38 void ConnStatsInner(int32_t scene, const char *func, int32_t line, ConnStatsExtra *extra) in ConnStatsInner()
46 void ConnAuditInner(int32_t scene, const char *func, int32_t line, ConnAuditExtra *extra) in ConnAuditInner()
71 void DiscStatsInner(int32_t scene, const char *func, int32_t line, DiscStatsExtra *extra) in DiscStatsInner()
79 void DiscAuditInner(int32_t scene, const char *func, int32_t line, DiscAuditExtra *extra) in DiscAuditInner()
101 void LnnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, LnnAlarmExtra *extr… in LnnAlarmInner()
109 void LnnStatsInner(int32_t scene, const char *func, int32_t line, LnnStatsExtra *extra) in LnnStatsInner()
117 void LnnAuditInner(int32_t scene, const char *func, int32_t line, LnnAuditExtra *extra) in LnnAuditInner()
147 void TransStatsInner(int32_t scene, const char *func, int32_t line, TransStatsExtra *extra) in TransStatsInner()
[all …]
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c83 cJSON_bool (*func)(const cJSON* const item); in cJSON_IsNumber() local
101 cJSON_bool (*func)(const cJSON* const item); in cJSON_IsString() local
148 cJSON* (*func)(void); in cJSON_CreateArray() local
168 cJSON* (*func)(void); in cJSON_CreateObject() local
190 cJSON* (*func)(double num); in cJSON_CreateNumber() local
215 cJSON* (*func)(const char *string); in cJSON_CreateString() local
235 cJSON_bool (*func)(cJSON* array, cJSON* item); in cJSON_AddItemToArray() local
250 void (*func)(cJSON* item); in cJSON_Delete() local
335 cJSON* (*func)(const char *value); in cJSON_Parse() local
353 char* (*func)(const cJSON* item); in cJSON_PrintUnformatted() local
[all …]
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_engine.c47 Hmac func = (Hmac)GetAbility(HKS_CRYPTO_ABILITY_HMAC); in HksCryptoHalHmac() local
59 HmacInit func = (HmacInit)GetAbility(HKS_CRYPTO_ABILITY_HMAC_INIT); in HksCryptoHalHmacInit() local
72 HmacUpdate func = (HmacUpdate)GetAbility(HKS_CRYPTO_ABILITY_HMAC_UPDATE); in HksCryptoHalHmacUpdate() local
85 HmacFinal func = (HmacFinal)GetAbility(HKS_CRYPTO_ABILITY_HMAC_FINAL); in HksCryptoHalHmacFinal() local
93 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_HMAC_FREE_CTX); in HksCryptoHalHmacFreeCtx() local
105 Hash func = (Hash)GetAbility(HKS_CRYPTO_ABILITY_HASH); in HksCryptoHalHash() local
112 HashInit func = (HashInit)GetAbility(HKS_CRYPTO_ABILITY_HASH_INIT); in HksCryptoHalHashInit() local
125 HashUpdate func = (HashUpdate)GetAbility(HKS_CRYPTO_ABILITY_HASH_UPDATE); in HksCryptoHalHashUpdate() local
138 HashFinal func = (HashFinal)GetAbility(HKS_CRYPTO_ABILITY_HASH_FINAL); in HksCryptoHalHashFinal() local
146 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_HASH_FREE_CTX); in HksCryptoHalHashFreeCtx() local
[all …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Dfuse_mock.cpp56 void *func = dlsym(g_libfuseHandle, funcName); in GetLibfuseLibFunc() local
70 AddArgsT func = reinterpret_cast<AddArgsT>(GetLibfuseLibFunc(__func__)); in fuse_opt_add_arg() local
87 FreeArgsT func = reinterpret_cast<FreeArgsT>(GetLibfuseLibFunc(__func__)); in fuse_opt_free_args() local
104 NewSessionT func = reinterpret_cast<NewSessionT>(GetLibfuseLibFunc(__func__)); in fuse_session_new() local
121 MountSessionT func = reinterpret_cast<MountSessionT>(GetLibfuseLibFunc(__func__)); in fuse_session_mount() local
138 DestorySessionT func = reinterpret_cast<DestorySessionT>(GetLibfuseLibFunc(__func__)); in fuse_session_destroy() local
155 LoopSessionT func = reinterpret_cast<LoopSessionT>(GetLibfuseLibFunc(__func__)); in fuse_session_loop() local
172 FuseReplyErrT func = reinterpret_cast<FuseReplyErrT>(GetLibfuseLibFunc(__func__)); in fuse_reply_err() local
206 FuseReplyAttrT func = reinterpret_cast<FuseReplyAttrT>(GetLibfuseLibFunc(__func__)); in fuse_reply_attr() local
223 FuseReplyOpenT func = reinterpret_cast<FuseReplyOpenT>(GetLibfuseLibFunc(__func__)); in fuse_reply_open() local
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp72 std::function<void()> func = [&]() variable
95 std::function<void()> func = [&]() variable
119 std::function<void()> func = [&]() variable
145 std::function<void()> func = [&]() variable
171 std::function<void()> func = [&]() variable
196 std::function<void()> func = [&]() variable
221 std::function<void()> func = [&]() variable
247 std::function<void()> func = [&]() variable
272 std::function<void()> func = [&]() variable
299 std::function<void()> func = [&]() variable
[all …]
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp77 std::function<void()> func = [&]() variable
101 std::function<void()> func = [&]() variable
124 std::function<void()> func = [&]() variable
147 std::function<void()> func = [&]() variable
171 std::function<void()> func = [&]() variable
193 std::function<void()> func = [&]() variable
215 std::function<void()> func = [&]() variable
238 std::function<void()> func = [&]() variable
260 std::function<void()> func = [&]() variable
282 std::function<void()> func = [&]() variable
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp126 int perf_single_event(std::function<void()> func, size_t& count, uint32_t event) in perf_single_event()
156 int perf_event2(std::function<void()> func, struct perf_event2_read_format& data, uint32_t event1, … in perf_event2()
204 int perf_event_instructions(std::function<void()> func, size_t& count) in perf_event_instructions()
208 int perf_event_cycles(std::function<void()> func, size_t& count) in perf_event_cycles()
212 int perf_event_branch_instructions(std::function<void()> func, size_t& count) in perf_event_branch_instructions()
216 int perf_event_branch_misses(std::function<void()> func, size_t& count) in perf_event_branch_misses()
222 int perf_event_instructions(std::function<void()> func, size_t& count) in perf_event_instructions()
229 int perf_event_cycles(std::function<void()> func, size_t& count) in perf_event_cycles()
236 int perf_event_branch_instructions(std::function<void()> func, size_t& count) in perf_event_branch_instructions()
243 int perf_event_branch_misses(std::function<void()> func, size_t& count) in perf_event_branch_misses()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_template.h60 #define HDI_CONVERTER_FUNC_IMPORTKEY(keyAlias, key, paramSet, keyOut, ret, func) \ argument
93 #define HDI_CONVERTER_FUNC_EXPORTPUBLICKEY(key, paramSet, keyOut, ret, func) \ argument
105 #define HDI_CONVERTER_FUNC_INIT(key, paramSet, handle, token, ret, func) \ argument
151 #define HDI_CONVERTER_FUNC_ABORT(handle, paramSet, ret, func) \ argument
159 #define HDI_CONVERTER_FUNC_CHECKKEYVALIDITY(paramSet, key, ret, func) \ argument
167 #define HDI_CONVERTER_FUNC_ATTESTKEY(key, paramSet, certChain, ret, func) \ argument
179 #define HDI_CONVERTER_FUNC_GENERATERANDOM(paramSet, random, ret, func) \ argument
188 #define HDI_CONVERTER_FUNC_SIGN(key, paramSet, srcData, signature, ret, func) \ argument
263 #define HDI_CONVERTER_FUNC_DERIVEKEY(paramSet, kdfKey, derivedKey, ret, func) \ argument
275 #define HDI_CONVERTER_FUNC_MAC(key, paramSet, srcData, mac, ret, func) \ argument
[all …]
/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dhidump_adapter.h30 #define DEV_AUTH_REG_DUMP_FUNC(func) argument
31 #define DEV_AUTH_REG_PERFORM_DUMP_FUNC(func) argument
36 #define DEV_AUTH_REG_DUMP_FUNC(func) RegisterDumpFunc(func) argument
37 #define DEV_AUTH_REG_PERFORM_DUMP_FUNC(func) RegisterPerformDumpFunc(func) argument
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Dsdio_adapter.c55 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioIncrAddrReadBytes() local
90 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioIncrAddrWriteBytes() local
119 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioFixedAddrReadBytes() local
140 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioFixedAddrWriteBytes() local
162 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioFunc0ReadBytes() local
181 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioFunc0WriteBytes() local
198 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioSetBlockSize() local
210 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioGetCommonInfo() local
246 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioSetCommonInfo() local
279 struct sdio_func *func = LinuxSdioGetFunc(dev); in LinuxSdioFlushData() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dability_manager_radar.cpp44 bool ContinueRadar::ClickIconContinue(const std::string& func) in ClickIconContinue()
62 bool ContinueRadar::ClickIconStartAbility(const std::string& func, unsigned int flags, int32_t errC… in ClickIconStartAbility()
99 bool ContinueRadar::ClickIconRecvOver(const std::string& func) in ClickIconRecvOver()
118 bool ContinueRadar::SaveDataContinue(const std::string& func) in SaveDataContinue()
136 bool ContinueRadar::SaveDataRes(const std::string& func) in SaveDataRes()
154 bool ContinueRadar::SaveDataRemoteWant(const std::string& func) in SaveDataRemoteWant()
/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_client.cpp57 std::function<int32_t(sptr<ISandboxManager> &)> func = in CleanPersistPolicyByPath() local
64 std::function<int32_t(sptr<ISandboxManager> &)> func = in PersistPolicy() local
71 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnPersistPolicy() local
79 std::function<int32_t(sptr<ISandboxManager> &)> func = in PersistPolicyByTokenId() local
87 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnPersistPolicyByTokenId() local
95 std::function<int32_t(sptr<ISandboxManager> &)> func = in SetPolicy() local
102 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnSetPolicy() local
110 std::function<int32_t(sptr<ISandboxManager> &)> func = in SetPolicyAsync() local
117 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnSetPolicyAsync() local
125 std::function<int32_t(sptr<ISandboxManager> &)> func = in CheckPolicy() local
[all …]
/ohos5.0/base/inputmethod/imf/test/fuzztest/settingsdatautils_fuzzer/
H A Dsettingsdatautils_fuzzer.cpp35 void FuzzCreateAndRegisterObserver(const std::string &key, SettingsDataObserver::CallbackFunc func) in FuzzCreateAndRegisterObserver()
40 void FuzzRegisterObserver(const std::string &key, SettingsDataObserver::CallbackFunc &func) in FuzzRegisterObserver()
46 void FuzzUnregisterObserver(const std::string &key, SettingsDataObserver::CallbackFunc &func) in FuzzUnregisterObserver()
63 SettingsDataObserver::CallbackFunc func; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp37 jerry_value_t ConsoleModule::LogDebug(const jerry_value_t func, in LogDebug()
49 jerry_value_t ConsoleModule::LogInfo(const jerry_value_t func, in LogInfo()
61 jerry_value_t ConsoleModule::LogWarn(const jerry_value_t func, in LogWarn()
73 jerry_value_t ConsoleModule::Log(const jerry_value_t func, in Log()
85 jerry_value_t ConsoleModule::LogError(const jerry_value_t func, in LogError()
H A Dimage_module.cpp56 jerry_value_t ImageModule::CreateImage(const jerry_value_t func, in CreateImage()
109 jerry_value_t ImageModule::OnLoadSetter(const jerry_value_t func, in OnLoadSetter()
131 jerry_value_t ImageModule::OnLoadGetter(const jerry_value_t func, in OnLoadGetter()
148 jerry_value_t ImageModule::OnErrorSetter(const jerry_value_t func, in OnErrorSetter()
170 jerry_value_t ImageModule::OnErrorGetter(const jerry_value_t func, in OnErrorGetter()
187 jerry_value_t ImageModule::OnSrcSetter(const jerry_value_t func, in OnSrcSetter()
219 jerry_value_t ImageModule::OnSrcGetter(const jerry_value_t func, in OnSrcGetter()
239 jerry_value_t ImageModule::OnHeightSetter(const jerry_value_t func, in OnHeightSetter()
259 jerry_value_t ImageModule::OnHeightGetter(const jerry_value_t func, in OnHeightGetter()
276 jerry_value_t ImageModule::OnWidthSetter(const jerry_value_t func, in OnWidthSetter()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp75 std::function<void()> func = [&]() variable
99 std::function<void()> func = [&]() variable
123 std::function<void()> func = [&]() variable
144 std::function<void()> func = [&]() variable
170 std::function<void()> func = [&]() variable
198 std::function<void()> func = [&]() variable
226 std::function<void()> func = [&]() variable
254 std::function<void()> func = [&]() variable
284 std::function<void()> func = [&]() variable
312 std::function<void()> func = [&]() variable
[all …]
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h66 #define HDI_CONVERTER_FUNC_IMPORTKEY(keyAlias, key, paramSet, keyOut, ret, func) \ argument
99 #define HDI_CONVERTER_FUNC_EXPORTPUBLICKEY(key, paramSet, keyOut, ret, func) \ argument
111 #define HDI_CONVERTER_FUNC_INIT(key, paramSet, handle, token, ret, func) \ argument
157 #define HDI_CONVERTER_FUNC_ABORT(handle, paramSet, ret, func) \ argument
165 #define HDI_CONVERTER_FUNC_CHECKKEYVALIDITY(paramSet, key, ret, func) \ argument
173 #define HDI_CONVERTER_FUNC_ATTESTKEY(key, paramSet, certChain, ret, func) \ argument
185 #define HDI_CONVERTER_FUNC_GENERATERANDOM(paramSet, random, ret, func) \ argument
194 #define HDI_CONVERTER_FUNC_SIGN(key, paramSet, srcData, signature, ret, func) \ argument
269 #define HDI_CONVERTER_FUNC_DERIVEKEY(paramSet, kdfKey, derivedKey, ret, func) \ argument
281 #define HDI_CONVERTER_FUNC_MAC(key, paramSet, srcData, mac, ret, func) \ argument
[all …]
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_client.cpp47 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in AcquireAccess() local
55 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in ReleaseAccess() local
63 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in GenerateAppKey() local
71 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in DeleteAppKey() local
80 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in GetUserAppKey() local
89 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in ChangeUserAppkeysLoadInfo() local
97 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in SetFilePathPolicy() local
105 …std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> func = [&](sptr<El5FilekeyManagerInterf… in RegisterCallback() local
140 const std::function<int32_t(sptr<El5FilekeyManagerInterface> &)> &func, const char *funcName) in CallProxyWithRetry()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_ctocpp_impl.py27 def ctocpp_make_impl_proto(cls, func): argument
43 def verify_ctocpp_func_args(func, retval_default): argument
67 def restore_ctocpp_func_args(func): argument
97 def translate_ctocpp_func_args(func): argument
178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument
203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument
249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument

12345678910>>...48