Home
last modified time | relevance | path

Searched refs:background (Results 1 - 16 of 16) sorted by relevance

/base/request/request/services/src/manage/events/
H A Dconstruct.rs42 let (frontend, background) = self
49 _ => (background, MAX_BACKGROUND_TASK),
/base/request/request/services/src/service/
H A Dnotification_bar.rs98 self.conf.common_data.background, in notification_check()
129 background: bool, in notification_check_common()
133 || version == Version::API9 && background in notification_check_common()
207 "SELECT background FROM request_task WHERE task_id = {}", in query_task_background()
212 .map(|background: &i32| *background == 1) in query_task_background()
H A Dstub.rs189 reply.write(&(config.common_data.background))?;
/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_module.cpp90 napi_value background = nullptr; in CreateRunningLockType() local
93 napi_create_int32(env, (int32_t)RunningLockType::RUNNINGLOCK_BACKGROUND, &background); in CreateRunningLockType()
97 DECLARE_NAPI_STATIC_PROPERTY("BACKGROUND", background), in CreateRunningLockType()
/base/request/request/services/src/task/
H A Dffi.rs76 pub(crate) background: bool,
304 background: self.common_data.background,
363 background: c_struct.common_data.background,
H A Dconfig.rs95 pub(crate) background: bool,
287 background: false, in default()
413 parcel.write(&(self.common_data.background))?; in serialize()
/base/request/request/services/include/
H A Dc_task_config.h45 bool background; member
/base/request/request/services/src/service/command/
H A Dconstruct.rs65 let background: bool = data.read()?;
237 background,
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h64 static void ParseBackGround(Mode mode, bool &background);
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp303 void CJInitialize::ParseBackGround(Mode mode, bool &background) in ParseBackGround() argument
305 background = mode == Mode::BACKGROUND; in ParseBackGround()
771 ParseBackGround(config.mode, config.background); in ParseConfig()
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h138 bool background = false; member
/base/request/request/frameworks/native/src/
H A Dparcel_helper.cpp170 config.background = data.ReadBool(); in UnMarshalConfig()
H A Drequest_service_proxy.cpp54 data.WriteBool(config.background); in Create()
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dparcel_helper_test.cpp445 data.WriteBool(config.background); in MarshalConfigBase()
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp38 static constexpr const char *PARAM_KEY_BACKGROUND = "background";
357 config.background = true; in SetParseConfig()
982 config.background = NapiUtils::Convert2Boolean(env, jsConfig, PARAM_KEY_BACKGROUND); in ParseDownloadConfig()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp940 config.commonData.background = static_cast<bool>(GetInt(set, 17)); // Line 17 is 'background' in BuildRequestTaskConfigWithInt()
1012 insertValues.PutInt("background", taskConfig->commonData.background); in RecordRequestTask()
1180 "config_idx", "begins", "ends", "gauge", "precise", "priority", "background", "bundle", "url", "title", in QueryTaskConfig()

Completed in 13 milliseconds