/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_device_selection_listener.cpp | 67 void JsDeviceSelectionListener::CallJsMethod(const std::string& methodName, in CallJsMethod() 95 void JsDeviceSelectionListener::CallJsMethodInner(const std::string& methodName, in CallJsMethodInner() 113 void JsDeviceSelectionListener::CallJsMethod(const std::string& methodName, const std::vector<std::… in CallJsMethod() 139 void JsDeviceSelectionListener::CallJsMethodInner(const std::string& methodName, in CallJsMethodInner()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_fd_type.cpp | 186 std::string methodName = StringHelper::Format("Write%s", ToString().c_str()); in RegisterWriteMethod() local 202 std::string methodName = StringHelper::Format("Read%s", ToString().c_str()); in RegisterReadMethod() local 218 …std::string methodName = StringHelper::Format("%sWrite%s", methodPrefix.c_str(), ToString().c_str(… in EmitCWriteMethods() local 240 …std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), ToString().c_str()… in EmitCReadMethods() local 281 …std::string methodName = StringHelper::Format("%sWrite%s", methodPrefix.c_str(), ToString().c_str(… in EmitCppWriteMethods() local 309 …std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), ToString().c_str()… in EmitCppReadMethods() local
|
H A D | ast_array_type.cpp | 754 std::string methodName = "WritePodArray"; in RegisterWritePodArrayMethod() local 780 std::string methodName = "ReadPodArray"; in RegisterReadPodArrayMethod() local 811 std::string methodName = StringHelper::Format("%sWritePodArray", methodPrefix.c_str()); in EmitCWriteMethods() local 850 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCReadMethods() local 907 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCStubReadMethods() local 975 std::string methodName = StringHelper::Format("%sWriteStringArray", methodPrefix.c_str()); in EmitCWriteStrArrayMethods() local 1019 std::string methodName = StringHelper::Format("%sReadStringArray", methodPrefix.c_str()); in EmitCReadStrArrayMethods() local 1099 std::string methodName = StringHelper::Format("%sReadStringArray", methodPrefix.c_str()); in EmitCStubReadStrArrayMethods() local 1182 std::string methodName = StringHelper::Format("%sWritePodArray", methodPrefix.c_str()); in EmitCppWriteMethods() local 1216 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCppReadMethods() local
|
H A D | ast_interface_type.cpp | 257 std::string methodName = StringHelper::Format("Read%s", name_.c_str()); in RegisterReadMethod() local 269 std::string methodName = StringHelper::Format("%sWriteInterface", methodPrefix.c_str()); in EmitCWriteMethods() local 299 std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), name_.c_str()); in EmitCReadMethods() local
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___proxy_method.md | 38 ### methodName subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___proxy_method.md | 38 ### methodName subsection
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/ |
H A D | js_auto_save_request_callback.cpp | 66 void JsAutoSaveRequestCallback::JSCallFunction(const std::string &methodName) in JSCallFunction() 81 void JsAutoSaveRequestCallback::JSCallFunctionWorker(const std::string &methodName) in JSCallFunctionWorker()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | application_state_change_callback.cpp | 30 const std::string &methodName, const std::set<std::shared_ptr<NativeReference>> callbacks) in CallJsMethodInnerCommon() 54 void JsApplicationStateChangeCallback::CallJsMethod(const std::string &methodName) in CallJsMethod()
|
H A D | ability_lifecycle_callback.cpp | 30 void JsAbilityLifecycleCallback::CallJsMethodInnerCommon(const std::string &methodName, in CallJsMethodInnerCommon() 77 const std::string &methodName, const std::shared_ptr<NativeReference> &ability) in CallJsMethod() 89 void JsAbilityLifecycleCallback::CallWindowStageJsMethod(const std::string &methodName, in CallWindowStageJsMethod()
|
H A D | environment_callback.cpp | 32 void JsEnvironmentCallback::CallConfigurationUpdatedInner(const std::string &methodName, in CallConfigurationUpdatedInner() 80 void JsEnvironmentCallback::CallMemoryLevelInner(const std::string &methodName, const int level, in CallMemoryLevelInner()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_javascript_result_callback.h | 68 int HasMethod(const std::string& methodName) in HasMethod() 87 std::function<char*(const char*)> FindMethod(const std::string& methodName) in FindMethod()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_context.cpp | 29 const std::string &methodName, FunctionType functionType) in ContextGetResource()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | xcollie_helper.cpp | 44 int32_t XCollieHelper::SetRecoveryTimer(const std::string &methodName, unsigned int timeout) in SetRecoveryTimer()
|
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
H A D | fuzz_config_parser.h | 67 auto methodName = itm.key(); in ParseFromFile4FuzzTest() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_listener.cpp | 91 void JsMissionListener::CallJsMethod(const std::string &methodName, int32_t missionId) in CallJsMethod() 114 void JsMissionListener::CallJsMethodInner(const std::string &methodName, int32_t missionId) in CallJsMethodInner() 132 napi_value obj, const char* methodName, napi_value *argv, size_t argc) in CallJsFunction()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
H A D | js_ability_auto_startup_callback.cpp | 87 …lityAutoStartupCallBack::JSCallFunction(const AutoStartupInfo &info, const std::string &methodName) in JSCallFunction() 105 …toStartupCallBack::JSCallFunctionWorker(const AutoStartupInfo &info, const std::string &methodName) in JSCallFunctionWorker()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_fd_type_emitter.cpp | 186 …std::string methodName = StringHelper::Format("%sWrite%s", methodPrefix.c_str(), typeName_.c_str()… in EmitCWriteMethods() local 211 …std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), typeName_.c_str()); in EmitCReadMethods() local 261 …std::string methodName = StringHelper::Format("%sWrite%s", methodPrefix.c_str(), typeName_.c_str()… in EmitCppWriteMethods() local 292 …std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), typeName_.c_str()); in EmitCppReadMethods() local
|
H A D | hdi_array_type_emitter.cpp | 710 std::string methodName = StringHelper::Format("%sWritePodArray", methodPrefix.c_str()); in EmitCWriteMethods() local 757 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCReadMethods() local 827 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCStubReadMethods() local 897 std::string methodName = StringHelper::Format("%sWriteStringArray", methodPrefix.c_str()); in EmitCWriteStrArrayMethods() local 941 std::string methodName = StringHelper::Format("%sReadStringArray", methodPrefix.c_str()); in EmitCReadStrArrayMethods() local 1021 std::string methodName = StringHelper::Format("%sReadStringArray", methodPrefix.c_str()); in EmitCStubReadStrArrayMethods() local 1109 std::string methodName = StringHelper::Format("%sWritePodArray", methodPrefix.c_str()); in EmitCppWriteMethods() local 1148 std::string methodName = StringHelper::Format("%sReadPodArray", methodPrefix.c_str()); in EmitCppReadMethods() local
|
H A D | hdi_interface_type_emitter.cpp | 182 std::string methodName = StringHelper::Format("%sWriteInterface", methodPrefix.c_str()); in EmitCWriteMethods() local 216 std::string methodName = StringHelper::Format("%sRead%s", methodPrefix.c_str(), name_.c_str()); in EmitCReadMethods() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ui_ability.cpp | 150 std::string methodName = "OnStart"; in OnStart() local 256 std::string methodName = "OnSceneCreated"; in OnSceneCreated() local 339 std::string methodName = "OnForeground"; in CallOnForegroundFunc() local 364 std::string methodName = "OnBackground"; in OnBackground() local 703 std::string methodName = "OnNewWant"; in OnNewWant() local
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
H A D | mock_os_account_musl.cpp | 67 void *dlsym(void *__restrict, const char * methodName) in dlsym()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | js_mission_listener.cpp | 80 void JsMissionListener::CallJsMethod(const std::string &methodName, int32_t missionId) in CallJsMethod() 103 void JsMissionListener::CallJsMethodInner(const std::string &methodName, int32_t missionId) in CallJsMethodInner()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.h | 226 bool HasMethod(const std::string& methodName) in HasMethod() 244 napi_value FindMethod(const std::string& methodName) in FindMethod() 318 std::string methodName; in SetUpMethods() local 420 std::string methodName; member
|
/ohos5.0/foundation/window/window_manager/previewer/mock/ |
H A D | js_window_listener.cpp | 43 void JsWindowListener::CallJsMethod(const char* methodName, napi_value const* argv, size_t argc) in CallJsMethod()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_plugin_manager.cpp | 77 std::string methodName = GetMethodNameByEnum(static_cast<OsPluginMethodEnum>(i)); in LoaderLib() local
|