Home
last modified time | relevance | path

Searched refs: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
130 RequestInterfaceCode::Construct => stub.construct(data, reply), in on_remote_request()
155 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
Drequest_service.rs50 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
179 RequestAbility::get_ability_instance().construct(task_config, files, &mut task_id); in construct()
Drequest_service_ability.rs103 pub fn construct(&self, config: TaskConfig, files: Vec<File>, task_id: &mut u32) -> ErrorCode { 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
367 …napi_define_class(env, enumName.data(), NAPI_AUTO_LENGTH, construct, nullptr, arrSize, desc, &resu… in DefineEnumClassByName()