/base/update/updater/services/script/script_interpreter/ |
H A D | script_function.cpp | 49 if (params_->GetParams().size() != inputParams->GetParams().size()) {
in Execute() 57 for (auto expression : inputParams->GetParams()) {
in Execute() 83 for (auto expression : params_->GetParams()) {
in GetParamNames()
|
H A D | script_param.h | 39 const std::vector<UScriptExpression*> GetParams() const
in GetParams() function in Uscript::ScriptParams
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_native_embed_info_impl.cpp | 62 ArkWebStringMap ArkWebNativeEmbedInfoImpl::GetParams() in GetParams() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl 64 return ArkWebStringMapClassToStruct(nweb_native_embed_info_->GetParams()); in GetParams()
|
H A D | ark_web_native_embed_info_impl.h | 46 ArkWebStringMap GetParams() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_native_embed_info_wrapper.cpp | 82 std::map<std::string, std::string> ArkWebNativeEmbedInfoWrapper::GetParams() in GetParams() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper 84 ArkWebStringMap stType = ark_web_native_embed_info_->GetParams(); in GetParams()
|
H A D | ark_web_native_embed_info_wrapper.h | 44 std::map<std::string, std::string> GetParams() override;
|
/base/inputmethod/imf/frameworks/kits/extension/include/ |
H A D | inputmethod_extension_module_loader.h | 35 virtual std::map<std::string, std::string> GetParams() override;
|
/base/location/frameworks/native/fence_extension_ability/include/ |
H A D | fence_extension_module_loader.h | 41 virtual std::map<std::string, std::string> GetParams() override;
|
/base/customization/enterprise_device_management/framework/extension/include/ |
H A D | enterprise_admin_extension_module_loader.h | 35 virtual std::map<std::string, std::string> GetParams() override;
|
/base/print/print_fwk/frameworks/kits/extension/include/ |
H A D | print_extension_module_loader.h | 33 virtual std::map<std::string, std::string> GetParams() override;
|
/base/notification/common_event_service/frameworks/extension/include/loader/ |
H A D | static_subscriber_extension_module_loader.h | 42 std::map<std::string, std::string> GetParams() override;
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/ |
H A D | wallpaper_extension_module_loader.h | 35 virtual std::map<std::string, std::string> GetParams() override;
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_extension/interface/ |
H A D | user_auth_extension_module_loader.h | 34 virtual std::map<std::string, std::string> GetParams() override;
|
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | inputmethod_extension_module_loader.cpp | 31 std::map<std::string, std::string> InputMethodExtensionModuleLoader::GetParams() in GetParams() function in OHOS::AbilityRuntime::InputMethodExtensionModuleLoader
|
/base/location/frameworks/native/fence_extension_ability/src/ |
H A D | fence_extension_module_loader.cpp | 34 std::map<std::string, std::string> FenceExtensionModuleLoader::GetParams() in GetParams() function in OHOS::Location::FenceExtensionModuleLoader
|
/base/customization/enterprise_device_management/framework/extension/src/ |
H A D | enterprise_admin_extension_module_loader.cpp | 29 std::map<std::string, std::string> EnterpriseAdminExtensionModuleLoader::GetParams() in GetParams() function in OHOS::EDM::EnterpriseAdminExtensionModuleLoader
|
/base/print/print_fwk/frameworks/kits/extension/src/ |
H A D | print_extension_module_loader.cpp | 31 std::map<std::string, std::string> PrintExtensionModuleLoader::GetParams() in GetParams() function in OHOS::AbilityRuntime::PrintExtensionModuleLoader
|
/base/notification/common_event_service/frameworks/extension/src/loader/ |
H A D | static_subscriber_extension_module_loader.cpp | 33 std::map<std::string, std::string> StaticSubscriberExtensionModuleLoader::GetParams() in GetParams() function in OHOS::EventFwk::StaticSubscriberExtensionModuleLoader
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
H A D | wallpaper_extension_module_loader.cpp | 29 std::map<std::string, std::string> WallpaperExtensionModuleLoader::GetParams() in GetParams() function in OHOS::AbilityRuntime::WallpaperExtensionModuleLoader
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_native_embed_info.h | 50 virtual ArkWebStringMap GetParams() = 0;
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_extension/module_loader/ |
H A D | user_auth_extension_module_loader.cpp | 33 std::map<std::string, std::string> UserAuthExtensionModuleLoader::GetParams() in GetParams() function in OHOS::AbilityRuntime::UserAuthExtensionModuleLoader
|
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/ |
H A D | account_info.h | 114 AAFwk::WantParams wantParams = scalableData.GetParams(); in GetScalableDataString() 115 for (auto it : wantParams.GetParams()) { in GetScalableDataString()
|
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/ |
H A D | static_subscriber_extension_module_loader_test.cpp | 90 * @tc.desc: GetParams 97 auto params = StaticSubscriberExtensionModuleLoader::GetInstance().GetParams(); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 194 ErrCode result = authenticateProxyPtr_->Auth(STRING_NAME, STRING_AUTH_TYPE, want.GetParams(), callback); in HWTEST_F() 231 ErrCode result = authenticateProxyPtr_->Auth(STRING_NAME, STRING_AUTH_TYPE, want.GetParams(), callback); in HWTEST_F() 248 authenticateProxyPtr_->AddAccountImplicitly(STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F() 253 authenticateProxyPtr_->AddAccountImplicitly(STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F() 261 authenticateProxyPtr_->AddAccountImplicitly(STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F() 277 STRING_NAME, STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F() 282 STRING_NAME, STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F() 290 STRING_NAME, STRING_AUTH_TYPE, CALLER_BUNDLE_NAME, want.GetParams(), callback); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_session.cpp | 189 request_.options.GetParams(), authenticatorCb_->AsObject()); in OnAbilityConnectDone() 193 request_.options.GetParams(), authenticatorCb_->AsObject()); in OnAbilityConnectDone() 201 request_.name, request_.authType, request_.options.GetParams(), authenticatorCb_->AsObject()); in OnAbilityConnectDone()
|