Home
last modified time | relevance | path

Searched defs:ON_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/include/
H A Duri_permission_manager_interface.h154 ON_ACTIVE, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle.h35 … enum Event { ON_ACTIVE, ON_BACKGROUND, ON_FOREGROUND, ON_INACTIVE, ON_START, ON_STOP, UNDEFINED }; enumerator
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_ability.h33 …enum Event { ON_ACTIVE = 0, ON_BACKGROUND, ON_FOREGROUND, ON_INACTIVE, ON_START, ON_STOP, UNDEFINE… enumerator
H A Dmock_data_ability.h35 …enum Event { ON_ACTIVE = 0, ON_BACKGROUND, ON_FOREGROUND, ON_INACTIVE, ON_START, ON_STOP, UNDEFINE… enumerator
H A Dmock_page_ability.h31 …enum Event { ON_ACTIVE = 0, ON_BACKGROUND, ON_FOREGROUND, ON_INACTIVE, ON_START, ON_STOP, UNDEFINE… enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h89 …enum State : uint8_t { ON_CREATE = 0, ON_DESTROY, ON_SHOW, ON_HIDE, ON_ACTIVE, ON_INACTIVE, UNDEFI… enumerator