Home
last modified time | relevance | path

Searched defs:const (Results 9176 - 9200 of 20720) sorted by relevance

1...<<361362363364365366367368369370>>...829

/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/
H A Dams_ipc_ams_mgr_module_test.cpp102 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 Dscene_format.cpp133 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 Dcj_ability_object.cpp76 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 Dability_context.cpp28 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 Dmission.h171 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 Diability_monitor_module_test.cpp84 MakeMockObjects() const MakeMockObjects() argument
[all...]
H A Djs_test_runner_module_test.cpp86 MakeMockObjects() const MakeMockObjects() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_record_test/mock/src/
H A Dmock_permission_verification.cpp21 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 Danimatable_double.h50 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 Danimatable_color.h54 const AnimationOption& GetAnimationOption() const in GetAnimationOption() argument
[all...]
H A Dalignment.cpp76 GetAlignmentStr(TextDirection direction) const GetAlignmentStr() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.h60 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 Drender_list_item_group.h66 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 Drender_picker_option.h49 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 Drefresh_theme.h40 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 Dstepper_animation_controller.h82 const WeakPtr<RenderNode>& GetRenderStepper() const in GetRenderStepper() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp211 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 Dtab_controller.cpp172 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 Dtab_content_component.h46 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 Dtheme_constants.h277 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 Dweb_resource.cpp69 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 Dextension_handler.h111 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 Ddialog_layout_algorithm.h51 RectF GetTouchRegion() const in GetTouchRegion() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp123 RefPtr<FrameNode> NodeContainerPattern::GetExportTextureNode() const in GetExportTextureNode() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.h47 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...]

Completed in 16 milliseconds

1...<<361362363364365366367368369370>>...829