/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_ui_extension_callback.cpp | 163 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 D | environment_callback.cpp | 48 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 D | request_data.h | 60 void SetMethod(const std::string method) in SetMethod()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/ |
H A D | drm_decryptor_coverage_unit_test.cpp | 287 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 D | web_download_item.h | 53 std::string method; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/ |
H A D | textarea_declaration.cpp | 98 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 D | web_javascript_result_callback.cpp | 158 …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 D | js_mission_listener.cpp | 112 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 D | ast_interface_type.cpp | 22 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 D | ast_interface_type.h | 110 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/ |
H A D | mod.rs | 55 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 D | pwm_core.h | 36 struct PwmMethod *method; member
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_emitter.cpp | 102 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 D | c_code_emitter.cpp | 41 …const 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 D | code_emitter.cpp | 157 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 D | iptables_utils.cpp | 84 bool IptablesUtils::ProcessFirewallMethod(int32_t type, AddMethod &method) in ProcessFirewallMethod()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | uv_queue.cpp | 75 napi_value method = entry->callback(entry->env); in Work() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | uv_queue.cpp | 75 napi_value method = entry->callback(entry->env); in Work() local
|
/ohos5.0/base/update/updater/services/package/pkg_package/ |
H A D | pkg_gzipfile.h | 27 uint8_t method = 0; member
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | uv_queue.cpp | 72 napi_value method = entry->callback(entry->env); in Work() local
|
/ohos5.0/foundation/window/window_manager/previewer/mock/ |
H A D | js_window_listener.cpp | 50 napi_value method = jsCallBack_->GetNapiValue(); in CallJsMethod() local
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_device_selection_listener.cpp | 104 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 D | web_download.proto | 61 optional string method = 15; field
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/ |
H A D | web_declaration.cpp | 84 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 D | image_animator_element.cpp | 290 void ImageAnimatorElement::CallAnimatorMethod(const std::string& method) in CallAnimatorMethod() 320 imageAnimatorController->SetAnimationFunc([weak = WeakClaim(this)](const std::string& method) { in UpdateCallbackAndFunc()
|