Home
last modified time | relevance | path

Searched refs:IAppGroupCallBackInterfaceCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Diapp_group_callback_ipc_interface_code.h22 enum class IAppGroupCallBackInterfaceCode { enum
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dapp_group_callback_proxy.cpp48 …static_cast<uint32_t>(IAppGroupCallBackInterfaceCode::ON_BUNDLE_GROUP_CHANGED), data, reply, optio… in OnAppGroupChanged()
H A Dapp_group_callback_stub.cpp32 case static_cast<uint32_t>(IAppGroupCallBackInterfaceCode::ON_BUNDLE_GROUP_CHANGED): { in OnRemoteRequest()