Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 4 of 4) sorted by relevance

/base/request/request/services/service/rust/src/
Dlib.rs81 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()>; in construct() method
155 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
Drequest_service_ability.rs103 pub fn construct(&self, config: TaskConfig, files: Vec<File>, task_id: &mut u32) -> ErrorCode { in construct() method
Drequest_service.rs50 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
/base/telephony/core_service/frameworks/js/napi/
Dnapi_util.cpp364 auto construct = [](napi_env env, napi_callback_info info) -> napi_value { return nullptr; }; in DefineEnumClassByName() local