Home
last modified time | relevance | path

Searched defs:method (Results 126 – 150 of 440) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Duv_queue.cpp72 napi_value method = entry->callback(entry->env); in Work() local
/ohos5.0/foundation/window/window_manager/previewer/mock/
H A Djs_window_listener.cpp50 napi_value method = jsCallBack_->GetNapiValue(); in CallJsMethod() local
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java484 static Uri buildUri(String authority, String method, String key) { in buildUri()
493 private static Uri buildUri(String authority, String method) { in buildUri()
585 final String method = args.first; in getBundleFromUri() local
632 final String method = pathSegments.get(0); in getMethodAndKey() local
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { in call()
/ohos5.0/base/web/webview/interfaces/kits/napi/protos/
H A Dweb_download.proto61 optional string method = 15; field
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp290 void ImageAnimatorElement::CallAnimatorMethod(const std::string& method) in CallAnimatorMethod()
320 imageAnimatorController->SetAnimationFunc([weak = WeakClaim(this)](const std::string& method) { in UpdateCallbackAndFunc()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_listener.cpp140 napi_value method = nullptr; in CallJsFunction() local
197 napi_value method = nullptr; in CallJsMissionIconUpdated() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.cpp84 void WebDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_interface_type.h110 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
/aosp14/frameworks/base/tests/BinaryTransparencyHostTest/src/android/transparency/test/
H A DBinaryTransparencyHostTest.java140 private void runDeviceTest(String method) throws DeviceNotAvailableException { in runDeviceTest()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp75 Pseudolocalizer::Pseudolocalizer(Method method) : last_depth_(0) { in Pseudolocalizer()
79 void Pseudolocalizer::SetMethod(Method method) { in SetMethod()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp238 napi_value method = nullptr; in CallCatchPromise() local
264 napi_value method = nullptr; in CallPromise() local
294 napi_value method = nullptr; in CallCatchPromiseEx() local
320 napi_value method = nullptr; in CallPromiseEx() local
351 napi_value method = nullptr; in CallPromiseEx() local
779 napi_value method; in DoCallJsMethod() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.h53 const char* method; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_monitor.cpp101 napi_value method = nullptr; in CallLifecycleCBFunction() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_state_change_callback.cpp44 napi_value method = nullptr; in CallJsMethodInnerCommon() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp425 napi_value method = nullptr; in CallObjectMethod() local
478 napi_value method = nullptr; in CallOnConnect() local
510 napi_value method = nullptr; in CallOnDisconnect() local
634 napi_value method = nullptr; in Dump() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image_animator.cpp109 void DOMImageAnimator::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcontroller_callback.h88 napi_ref& method; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_extension_common.cpp98 napi_value method = nullptr; in CallObjectMethod() local
/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java40 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) { in TestMethod()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_interface_type.h125 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_property.h43 NapiNativeCallback method = nullptr; member
/ohos5.0/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h29 struct RtcMethod *method; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.cpp219const std::string& method, const std::string& param, const std::function<void(std::string&)>& call… in CallResRegisterMethod()
249const Method& method, const std::string& param, const std::function<void(std::string&)>& callback) in CallSyncResRegisterMethod()
/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DPermissionMethodDetector.kt75 val method = node.getContainingUMethod() ?: return regex

12345678910>>...18