Searched refs: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 130 RequestInterfaceCode::Construct => stub.construct(data, reply), in on_remote_request() 155 fn construct(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in construct() method
|
| D | request_service.rs | 50 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()
|
| D | request_service_ability.rs | 103 pub fn construct(&self, config: TaskConfig, files: Vec<File>, task_id: &mut u32) -> ErrorCode { 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 367 …napi_define_class(env, enumName.data(), NAPI_AUTO_LENGTH, construct, nullptr, arrSize, desc, &resu… in DefineEnumClassByName()
|