Home
last modified time | relevance | path

Searched defs:app (Results 1 – 20 of 20) sorted by relevance

/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/cpp/
Dswipe_view.cpp134 AppInfo* app = new AppInfo(); in OnSetUpView() local
161 void SwipeView::StartApp(AppInfo* app) in StartApp()
170 void SwipeView::ShowLongPressView(AppInfo* app) in ShowLongPressView()
175 void SwipeView::UninstallApp(AppInfo* app) in UninstallApp()
189 void SwipeView::InstallApp(AppInfo* app) in InstallApp()
Dswipe_view.h128 static bool ClickEvent(AppInfo* app) in ClickEvent()
135 static bool LongPressEvent(AppInfo* app) in LongPressEvent()
142 static bool UninstallApp(AppInfo* app) in UninstallApp()
149 static bool InstallApp(AppInfo* app) in InstallApp()
Dapp_manage.cpp130 bool AppManage::InstallApp(AppInfo* app) in InstallApp()
135 bool AppManage::UnInstallApp(AppInfo* app) in UnInstallApp()
140 bool AppManage::StartApp(AppInfo* app) in StartApp()
Dview_group_page.cpp27 ListNode<AppInfo*>* app = appInfo_.Begin(); in ~ViewGroupPage() local
144 ListNode<AppInfo*>* app = appInfo_.Begin(); in FindApp() local
156 ListNode<AppInfo*>* app = appInfo_.Begin(); in RemoveApp() local
Dapp_info.h70 AppClickListener(funcClick func, AppInfo* app) : funcClick_(func), appInfo_(app) {} in AppClickListener()
85 AppLongPressListener(funcClick func, AppInfo* app) : appInfo_(app), funcLongPress_(func) {} in AppLongPressListener()
Dapp_info.cpp88 void AppInfo::SetListener(AppInfo* app) in SetListener()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/projects/bk7235/
DCMakeLists.txt6 project(app) project
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
Dkutf_suite.c633 struct kutf_application *app, in kutf_create_suite_with_filters_and_data()
686 struct kutf_application *app, in kutf_create_suite_with_filters()
707 struct kutf_application *app, in kutf_create_suite()
749 struct kutf_application *app; in kutf_create_application() local
785 void kutf_destroy_application(struct kutf_application *app) in kutf_destroy_application()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
Dkutf_suite.c790 struct kutf_application *app, in kutf_create_suite_with_filters_and_data()
843 struct kutf_application *app, in kutf_create_suite_with_filters()
864 struct kutf_application *app, in kutf_create_suite()
906 struct kutf_application *app; in kutf_create_application() local
942 void kutf_destroy_application(struct kutf_application *app) in kutf_destroy_application()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_dm_acs.h27 #define init_clm_param(clm, app, lv, time) \ argument
34 #define init_nhm_param(nhm, txon, cca, cnt_opt, app, lv, time) \ argument
/device/board/bearpi/bearpi_hm_micro/app/screensaver/screensaver/src/main/
Dconfig.json2 "app": { object
/device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/
Dconfig.json2 "app": { object
/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/
Dconfig.json2 "app": { object
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
Dkutf_suite.h195 struct kutf_application *app; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
Dkutf_suite.h254 struct kutf_application *app; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session.h107 void *app; /**< application-specific data */ member
Dnet.h215 void *app; /**< application-specific data */ member
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dsettings.c389 struct bt_mesh_app_key *app; in app_key_set() local
1294 static void store_app_key(struct bt_mesh_app_key *app) in store_app_key()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_ccx.h264 enum fahm_application app; member
Dphydm_ccx.c2179 enum fahm_application app, u16 period, boolean en_1db_mode, in phydm_fahm_set()