/base/request/request/services/src/manage/events/ |
H A D | construct.rs | 42 let (frontend, background) = self 49 _ => (background, MAX_BACKGROUND_TASK),
|
/base/request/request/services/src/service/ |
H A D | notification_bar.rs | 98 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 D | stub.rs | 189 reply.write(&(config.common_data.background))?;
|
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_module.cpp | 90 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 D | ffi.rs | 76 pub(crate) background: bool, 304 background: self.common_data.background, 363 background: c_struct.common_data.background,
|
H A D | config.rs | 95 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 D | c_task_config.h | 45 bool background; member
|
/base/request/request/services/src/service/command/ |
H A D | construct.rs | 65 let background: bool = data.read()?; 237 background,
|
/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_initialize.h | 64 static void ParseBackGround(Mode mode, bool &background);
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_initialize.cpp | 303 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 D | js_common.h | 138 bool background = false;
member
|
/base/request/request/frameworks/native/src/ |
H A D | parcel_helper.cpp | 170 config.background = data.ReadBool();
in UnMarshalConfig()
|
H A D | request_service_proxy.cpp | 54 data.WriteBool(config.background);
in Create()
|
/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | parcel_helper_test.cpp | 445 data.WriteBool(config.background); in MarshalConfigBase()
|
/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 38 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 D | c_request_database.cpp | 940 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()
|