Searched defs:construct (Results 1 – 4 of 4) sorted by relevance
/base/request/request/services/service/rust/src/ |
D | lib.rs | 81 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
|
D | request_service_ability.rs | 103 pub fn construct(&self, config: TaskConfig, files: Vec<File>, task_id: &mut u32) -> ErrorCode { in construct() method
|
D | request_service.rs | 50 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
|
/base/telephony/core_service/frameworks/js/napi/ |
D | napi_util.cpp | 364 auto construct = [](napi_env env, napi_callback_info info) -> napi_value { return nullptr; }; in DefineEnumClassByName() local
|