| /foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/ |
| H A D | ams_ipc_ams_mgr_module_test.cpp | 102 std::shared_ptr<ApplicationInfo> AmsIpcAmsmgrModuleTest::GetApplicationInfo(const st argument 109 GetAbilityInfo( const std::string& abilityIndex, const std::string& name, const std::string& applicationName) const GetAbilityInfo() argument [all...] |
| /foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
| H A D | scene_format.cpp | 133 GetBoolValue(const std::string_view &key, bool &value) const GetBoolValue() argument 147 GetUint16Value(const std::string_view &key, uint16_t &value) const GetUint16Value() argument 160 GetIntValue(const std::string_view &key, int32_t &value) const GetIntValue() argument 173 GetUint32Value(const std::string_view &key, uint32_t &value) const GetUint32Value() argument 186 GetInt64Value(const std::string_view &key, int64_t &value) const GetInt64Value() argument 199 GetUint64Value(const std::string_view &key, uint64_t &value) const GetUint64Value() argument 212 GetFloatValue(const std::string_view &key, float &value) const GetFloatValue() argument 225 GetDoubleValue(const std::string_view &key, double &value) const GetDoubleValue() argument 238 GetStringValue(const std::string_view &key, std::string &value) const GetStringValue() argument 251 GetObjectValue(const std::string_view &key, sptr<IRemoteObject> &value) const GetObjectValue() argument [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | cj_ability_object.cpp | 76 void CJAbilityObject::OnStart(const AAFwk::Want& want, const AAFwk::LaunchParam& launchParam) const in OnStart() argument 89 void CJAbilityObject::OnStop() const in OnStop() argument 98 void CJAbilityObject::OnSceneCreated(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const in OnSceneCreated() argument 108 void CJAbilityObject::OnSceneRestored(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const in OnSceneRestored() argument 118 void CJAbilityObject::OnSceneWillDestroy(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const in OnSceneWillDestroy() argument 128 void CJAbilityObject::OnSceneDestroyed() const in OnSceneDestroyed() argument 137 void CJAbilityObject::OnForeground(const Wan argument 147 OnBackground() const OnBackground() argument 156 OnBackPress(bool defaultRet) const OnBackPress() argument 165 OnConfigurationUpdated(const std::shared_ptr<AppExecFwk::Configuration>& configuration) const OnConfigurationUpdated() argument 173 OnNewWant(const AAFwk::Want& want, const AAFwk::LaunchParam& launchParam) const OnNewWant() argument 186 Dump(const std::vector<std::string>& params, std::vector<std::string>& info) const Dump() argument 209 OnContinue(AAFwk::WantParams& wantParams) const OnContinue() argument 218 Init(AbilityHandle ability) const Init() argument 227 GetId() const GetId() argument [all...] |
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | ability_context.cpp | 28 std::shared_ptr<AppExecFwk::ApplicationInfo> AbilityContext::GetApplicationInfo() const in GetApplicationInfo() argument 33 std::shared_ptr<AppExecFwk::HapModuleInfo> AbilityContext::GetHapModuleInfo() const in GetHapModuleInfo() argument 38 std::shared_ptr<AppExecFwk::AbilityInfo> AbilityContext::GetAbilityInfo() const in GetAbilityInfo() argument 156 std::shared_ptr<Global::Resource::ResourceManager> AbilityContext::GetResourceManager() const in GetResourceManager() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
| H A D | mission.h | 171 NeedNotify() const NeedNotify() argument 195 NeedNotifyUpdateLabel() const NeedNotifyUpdateLabel() argument 205 GetMissionTime() const GetMissionTime() argument [all...] |
| /foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
| H A D | iability_monitor_module_test.cpp | 84 MakeMockObjects() const MakeMockObjects() argument [all...] |
| H A D | js_test_runner_module_test.cpp | 86 MakeMockObjects() const MakeMockObjects() argument [all...] |
| /foundation/ability/ability_runtime/test/unittest/ability_record_test/mock/src/ |
| H A D | mock_permission_verification.cpp | 21 bool PermissionVerification::VerifyCallingPermission(const std::string &permissionName) const in VerifyCallingPermission() argument 25 bool PermissionVerification::IsSACall() const in IsSACall() argument 29 bool PermissionVerification::IsShellCall() const in IsShellCall() argument 33 bool PermissionVerification::CheckSpecificSystemAbilityAccessPermission() const in CheckSpecificSystemAbilityAccessPermission() argument 37 bool PermissionVerification::VerifyRunningInfoPerm() const in VerifyRunningInfoPerm() argument 41 bool PermissionVerification::VerifyControllerPerm() const in VerifyControllerPerm() argument 46 bool PermissionVerification::VerifyDlpPermission(Want &want) const in VerifyDlpPermission() argument 51 int PermissionVerification::VerifyAccountPermission() const in VerifyAccountPermission() argument 55 bool PermissionVerification::VerifyMissionPermission() const in VerifyMissionPermission() argument 59 VerifyAppStateObserverPermission() const VerifyAppStateObserverPermission() argument 63 VerifyUpdateConfigurationPerm() const VerifyUpdateConfigurationPerm() argument 67 VerifyInstallBundlePermission() const VerifyInstallBundlePermission() argument 71 VerifyGetBundleInfoPrivilegedPermission() const VerifyGetBundleInfoPrivilegedPermission() argument 75 CheckCallDataAbilityPermission(const VerificationInfo &verificationInfo, bool isShell) const CheckCallDataAbilityPermission() argument 79 CheckCallServiceAbilityPermission(const VerificationInfo &verificationInfo) const CheckCallServiceAbilityPermission() argument 83 CheckCallAbilityPermission(const VerificationInfo &verificationInfo) const CheckCallAbilityPermission() argument 87 CheckCallServiceExtensionPermission(const VerificationInfo &verificationInfo) const CheckCallServiceExtensionPermission() argument 91 CheckStartByCallPermission(const VerificationInfo &verificationInfo) const CheckStartByCallPermission() argument 95 GetCallingTokenID() const GetCallingTokenID() argument 99 JudgeStartInvisibleAbility(const uint32_t accessTokenId, const bool visible) const JudgeStartInvisibleAbility() argument 103 JudgeStartAbilityFromBackground(const bool isBackgroundCall) const JudgeStartAbilityFromBackground() argument 107 JudgeAssociatedWakeUp(const uint32_t accessTokenId, const bool associatedWakeUp) const JudgeAssociatedWakeUp() argument 111 JudgeInvisibleAndBackground(const VerificationInfo &verificationInfo) const JudgeInvisibleAndBackground() argument 115 JudgeCallerIsAllowedToUseSystemAPI() const JudgeCallerIsAllowedToUseSystemAPI() argument 119 IsSystemAppCall() const IsSystemAppCall() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | animatable_double.h | 50 double GetValue() const in GetValue() argument 60 const AnimationOption& GetAnimationOption() const in GetAnimationOption() argument 105 Animator::Status GetAnimationStatus() const in GetAnimationStatus() argument [all...] |
| H A D | animatable_color.h | 54 const AnimationOption& GetAnimationOption() const in GetAnimationOption() argument [all...] |
| H A D | alignment.cpp | 76 GetAlignmentStr(TextDirection direction) const GetAlignmentStr() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| H A D | grid_component.h | 60 bool GetScrollPage() const in GetScrollPage() argument 65 FlexDirection GetDirection() const in GetDirection() argument 70 FlexAlign GetFlexAlign() const in GetFlexAlign() argument 75 GetColumnCount() const GetColumnCount() argument 80 GetColumnExtent() const GetColumnExtent() argument 85 GetTotalCount() const GetTotalCount() argument 90 GetCachedCount() const GetCachedCount() argument 95 GetWidth() const GetWidth() argument 100 GetHeight() const GetHeight() argument 105 GetGridController() const GetGridController() argument 110 GetOnRequestItem() const GetOnRequestItem() argument 115 GetOnScroll() const GetOnScroll() argument 120 GetOnScrollBottom() const GetOnScrollBottom() argument 125 GetOnScrollTop() const GetOnScrollTop() argument 130 GetOnScrollEnd() const GetOnScrollEnd() argument 135 GetOnScrollTouchUp() const GetOnScrollTouchUp() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | render_list_item_group.h | 66 bool GetExpand() const in GetExpand() argument 76 double GetMainSize(const Size& size) const in GetMainSize() argument 93 T MakeValue(double mainValue, double crossValue) const in MakeValue() argument 100 double GetCrossSize(const Size& size) const in GetCrossSize() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | render_picker_option.h | 49 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() argument 54 Color GetFocusBackColor() const in GetFocusBackColor() argument 62 Color GetNormalBackColor() const in GetNormalBackColor() argument 70 RefPtr<RenderBox> GetRenderBox() const in GetRenderBox() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
| H A D | refresh_theme.h | 40 RefPtr<RefreshTheme> Build(const RefPtr<ThemeConstants>& themeConstants) const in Build() argument 50 void ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<RefreshTheme>& theme) const in ParsePattern() argument 74 const Dimension& GetLoadingDistance() const in GetLoadingDistance() argument 79 const Dimension& GetRefreshDistance() const in GetRefreshDistance() argument 84 const Dimensio argument 89 GetShowTimeDistance() const GetShowTimeDistance() argument 94 GetMaxDistance() const GetMaxDistance() argument 99 GetProgressDiameter() const GetProgressDiameter() argument 104 GetTextStyle() const GetTextStyle() argument 109 GetProgressColor() const GetProgressColor() argument 114 GetBackgroundColor() const GetBackgroundColor() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
| H A D | stepper_animation_controller.h | 82 const WeakPtr<RenderNode>& GetRenderStepper() const in GetRenderStepper() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | tab_content_element.cpp | 211 bool TabContentElement::IsFocusable() const in IsFocusable() argument 220 RefPtr<FocusNode> TabContentElement::GetCurrentFocusNode() const in GetCurrentFocusNode() argument 234 RefPtr<Element> TabContentElement::GetTabContentChild(int32_t index) const in GetTabContentChild() argument
|
| H A D | tab_controller.cpp | 172 int32_t TabController::GetId() const in GetId() argument 177 int32_t TabController::GetIndex() const in GetIndex() argument 182 bool TabController::IsIndexDefined() const in IsIndexDefined() argument
|
| H A D | tab_content_component.h | 46 RefPtr<TabController> GetController() const in GetController() argument 56 bool IsScrollable() const in IsScrollable() argument 66 bool IsVertical() const in IsVertical() argument 76 float GetScrollDuration() const in GetScrollDuration() argument 86 const EventMarker& GetChangeEventId() const in GetChangeEventId() argument 96 GetDomChangeEventId() const GetDomChangeEventId() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/theme/ |
| H A D | theme_constants.h | 277 GetMediaResource(T& resId, std::ostream& dest) const GetMediaResource() argument 330 GetThemeStyle() const GetThemeStyle() argument 337 HasCustomStyle(uint32_t key) const HasCustomStyle() argument 349 GetResourceLimitKeys() const GetResourceLimitKeys() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_resource.cpp | 69 double WebResource::GetDoubleParam(const st argument 85 GetIntParam(const std::string& param, const std::string& name) const GetIntParam() argument 101 MakeResourceHash() const MakeResourceHash() argument 109 MakeEventHash(const std::string& event) const MakeEventHash() argument 121 MakeMethodHash(const std::string& method) const MakeMethodHash() argument 169 GetStringParam(const std::string& param, const std::string& name) const GetStringParam() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | extension_handler.h | 111 virtual bool HasCustomerMeasure() const in HasCustomerMeasure() argument 116 virtual bool HasCustomerLayout() const in HasCustomerLayout() argument 121 virtual bool NeedRender() const in NeedRender() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | dialog_layout_algorithm.h | 51 RectF GetTouchRegion() const in GetTouchRegion() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/ |
| H A D | node_container_pattern.cpp | 123 RefPtr<FrameNode> NodeContainerPattern::GetExportTextureNode() const in GetExportTextureNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/ |
| H A D | qrcode_declaration.h | 47 const std::string& GetValue() const in GetValue() argument 53 QrcodeType GetType() const in GetType() argument 59 const Color& GetBackgroundColor() const in GetBackgroundColor() argument 65 const Color& GetQrcodeColor() const in GetQrcodeColor() argument 71 const Dimension& GetQrcodeWidth() const in GetQrcodeWidth() argument 77 const Dimensio argument 83 IsWidthDefined() const IsWidthDefined() argument 89 IsHeightDefined() const IsHeightDefined() argument [all...] |