Home
last modified time | relevance | path

Searched defs:bundle (Results 1 - 25 of 153) sorted by relevance

1234567

/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Doom_score_adj_utils.cpp28 bool OomScoreAdjUtils::WriteOomScoreAdjToKernel(std::shared_ptr<BundlePriorityInfo> bundle) in WriteOomScoreAdjToKernel() argument
H A Daccount_bundle_info.cpp47 void AccountBundleInfo::AddBundleToOsAccount(std::shared_ptr<BundlePriorityInfo> bundle) in AddBundleToOsAccount() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_running_status_stub.cpp48 std::string bundle = data.ReadString(); in HandleAppRunningStatus() local
H A Dapp_running_status_proxy.cpp28 void AppRunningStatusProxy::NotifyAppRunningStatus(const std::string &bundle, int32_t uid, RunningStatus runningStatus) in NotifyAppRunningStatus() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_event_detector_test.cpp65 std::string bundle = "bundle"; in HWTEST_F() local
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Doom_score_adj_utils_test.cpp68 std::shared_ptr<BundlePriorityInfo> bundle = std::make_shared<BundlePriorityInfo>("app", in HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dlog.c65 static int gb_log_probe(struct gb_bundle *bundle, in gb_log_probe() argument
107 static void gb_log_disconnect(struct gb_bundle *bundle) in gb_log_disconnect() argument
H A Dfw-core.c61 static int gb_fw_core_probe(struct gb_bundle *bundle, in gb_fw_core_probe() argument
231 gb_fw_core_disconnect(struct gb_bundle *bundle) gb_fw_core_disconnect() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dlog.c65 static int gb_log_probe(struct gb_bundle *bundle, in gb_log_probe() argument
107 static void gb_log_disconnect(struct gb_bundle *bundle) in gb_log_disconnect() argument
H A Dfw-core.c61 static int gb_fw_core_probe(struct gb_bundle *bundle, in gb_fw_core_probe() argument
231 gb_fw_core_disconnect(struct gb_bundle *bundle) gb_fw_core_disconnect() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/want_utils_test/
H A Dwant_utils_test.cpp58 auto bundle = want.GetElement().GetBundleName(); in HWTEST_F() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_status_module.cpp68 NotifyAppRunningStatusEvent( const std::string &bundle, int32_t uid, RunningStatus runningStatus) NotifyAppRunningStatusEvent() argument
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_ace_container.cpp32 GetAbilityContextByModule( const std::string& bundle, const std::string& module) GetAbilityContextByModule() argument
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dbrl_emu.c58 unsigned long bundle[2]; in ia64_emulate_brl() local
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dbrl_emu.c58 unsigned long bundle[2]; in ia64_emulate_brl() local
[all...]
/kernel/linux/linux-5.10/include/linux/greybus/
H A Dbundle.h47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() argument
62 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() argument
72 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume() argument
77 gb_pm_runtime_put_noidle(struct gb_bundle *bundle) gb_pm_runtime_put_noidle() argument
83 gb_pm_runtime_get_sync(struct gb_bundle *bundle) gb_pm_runtime_get_sync() argument
85 gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) gb_pm_runtime_put_autosuspend() argument
88 gb_pm_runtime_get_noresume(struct gb_bundle *bundle) gb_pm_runtime_get_noresume() argument
89 gb_pm_runtime_put_noidle(struct gb_bundle *bundle) gb_pm_runtime_put_noidle() argument
[all...]
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dbundle.h47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() argument
62 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() argument
72 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume() argument
77 gb_pm_runtime_put_noidle(struct gb_bundle *bundle) gb_pm_runtime_put_noidle() argument
83 gb_pm_runtime_get_sync(struct gb_bundle *bundle) gb_pm_runtime_get_sync() argument
85 gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) gb_pm_runtime_put_autosuspend() argument
88 gb_pm_runtime_get_noresume(struct gb_bundle *bundle) gb_pm_runtime_get_noresume() argument
89 gb_pm_runtime_put_noidle(struct gb_bundle *bundle) gb_pm_runtime_put_noidle() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp54 static SharedBundle CreateHsp(std::string bundle, std::string module, uint32_t version, std::string libPath) in CreateHsp() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/
H A Dchart_tdd_test.cpp256 void ChartTddTest::VerifyWidthAndHeight(const char *bundle, int16_t defaultWidth, int16_t defaultHeight) in VerifyWidthAndHeight() argument
274 void ChartTddTest::ChangeComponentHeight(const char *bundle, int16_t changedHeight) in ChangeComponentHeight() argument
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp36 string bundle = data.GetWant().GetBundle(); in OnReceiveEvent() local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp63 bool SvcRestoreDepsManager::IsAllDepsRestored(const string &bundle) in IsAllDepsRestored() argument
/kernel/linux/linux-5.10/drivers/greybus/
H A Dbundle.c15 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_class_show() local
24 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_id_show() local
33 struct gb_bundle *bundle = to_gb_bundle(dev); in state_show() local
44 struct gb_bundle *bundle = to_gb_bundle(dev); in state_store() local
65 ATTRIBUTE_GROUPS(bundle); global() variable
70 struct gb_bundle *bundle; gb_bundle_find() local
82 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_release() local
92 gb_bundle_disable_all_connections(struct gb_bundle *bundle) gb_bundle_disable_all_connections() argument
100 gb_bundle_enable_all_connections(struct gb_bundle *bundle) gb_bundle_enable_all_connections() argument
110 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_suspend() local
137 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_resume() local
183 struct gb_bundle *bundle; gb_bundle_create() local
224 gb_bundle_add(struct gb_bundle *bundle) gb_bundle_add() argument
242 gb_bundle_destroy(struct gb_bundle *bundle) gb_bundle_destroy() argument
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Dbundle.c15 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_class_show() local
24 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_id_show() local
33 struct gb_bundle *bundle = to_gb_bundle(dev); in state_show() local
44 struct gb_bundle *bundle = to_gb_bundle(dev); in state_store() local
65 ATTRIBUTE_GROUPS(bundle); global() variable
70 struct gb_bundle *bundle; gb_bundle_find() local
82 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_release() local
92 gb_bundle_disable_all_connections(struct gb_bundle *bundle) gb_bundle_disable_all_connections() argument
100 gb_bundle_enable_all_connections(struct gb_bundle *bundle) gb_bundle_enable_all_connections() argument
110 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_suspend() local
137 struct gb_bundle *bundle = to_gb_bundle(dev); gb_bundle_resume() local
183 struct gb_bundle *bundle; gb_bundle_create() local
224 gb_bundle_add(struct gb_bundle *bundle) gb_bundle_add() argument
242 gb_bundle_destroy(struct gb_bundle *bundle) gb_bundle_destroy() argument
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.h37 FormEventCallbackList(const std::string &bundle, const std::string &type, napi_env env) in FormEventCallbackList() argument
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp110 static SharedBundle CreateHsp(std::string bundle, std::string module, uint32_t version, std::string libPath) in CreateHsp() argument

Completed in 8 milliseconds

1234567