Home
last modified time | relevance | path

Searched defs:method (Results 76 – 100 of 327) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_ui_extension_callback.cpp163 napi_value method = nullptr; in CallJsResult() local
212 napi_value method = nullptr; in CallJsError() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Denvironment_callback.cpp48 napi_value method = nullptr; in CallConfigurationUpdatedInner() local
96 napi_value method = nullptr; in CallMemoryLevelInner() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h60 void SetMethod(const std::string method) in SetMethod()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Ddrm_decryptor_coverage_unit_test.cpp287 void CreateH264MediaCencInfo(MetaDrmCencInfo &cencInfo, uint32_t method) in CreateH264MediaCencInfo()
310 …id SetH264MediaData(std::shared_ptr<AVBuffer> drmInBuf, MetaDrmCencInfo &cencInfo, uint32_t method) in SetH264MediaData()
353 … std::shared_ptr<MediaAVCodec::CodecDrmDecryptorMock> decryptorMock, uint32_t method, int32_t flag) in H264MediaCencDecrypt()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h53 std::string method; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp98 void TextareaDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp158 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object… in GetJavaScriptResult()
189 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object… in GetJavaScriptResultFlowbuf()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_listener.cpp112 napi_value method = nullptr; in CallJsMethodInner() local
171 napi_value method = nullptr; in CallJsMissionIconUpdated() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_interface_type.cpp22 void ASTInterfaceType::AddMethod(const AutoPtr<ASTMethod> &method) in AddMethod()
57 for (const auto &method : methods_) { in GetMethodsBySystem() local
78 for (auto method : methods_) { in Dump() local
H A Dast_interface_type.h110 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs55 pub mod method; module
268 pub fn method(&self) -> &Method { in method() method
522 pub fn method<T>(mut self, method: T) -> Self in method() method
674 pub method: Method, field
/ohos5.0/drivers/hdf_core/framework/support/platform/include/pwm/
H A Dpwm_core.h36 struct PwmMethod *method; member
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp102 std::string CodeEmitter::EmitMethodCmdID(const AutoPtr<ASTMethod> &method) in EmitMethodCmdID()
114 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodCommands() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp41const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string… in EmitMethodNeedLoopVar() argument
96 void CCodeEmitter::EmitErrorHandle(const AutoPtr<ASTMethod> &method, const std::string &gotoLabel, … in EmitErrorHandle()
H A Dcode_emitter.cpp157 std::string CodeEmitter::EmitMethodCmdID(const AutoPtr<ASTMethod> &method) in EmitMethodCmdID()
169 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodCommands() local
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Diptables_utils.cpp84 bool IptablesUtils::ProcessFirewallMethod(int32_t type, AddMethod &method) in ProcessFirewallMethod()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Duv_queue.cpp75 napi_value method = entry->callback(entry->env); in Work() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Duv_queue.cpp75 napi_value method = entry->callback(entry->env); in Work() local
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_gzipfile.h27 uint8_t method = 0; member
/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
/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_device_selection_listener.cpp104 napi_value method = jsCallBackMap_[methodName]->GetNapiValue(); in CallJsMethodInner() local
148 napi_value method = jsCallBackMap_[methodName]->GetNapiValue(); in CallJsMethodInner() local
/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/declaration/web/
H A Dweb_declaration.cpp84 void WebDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()
/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()

12345678910>>...14