Home
last modified time | relevance | path

Searched defs:CStringWrapper (Results 1 – 5 of 5) sorted by relevance

/base/request/request/services/service/request/c_wrapper/include/
Dc_string_wrapper.h22 struct CStringWrapper { struct
32 CStringWrapper WrapperCString(const std::string &str); argument
/base/request/request/services/service/request/src/utils/
Dc_wrapper.rs21 pub(crate) struct CStringWrapper { struct
26 impl From<&str> for CStringWrapper { argument
34 impl From<&String> for CStringWrapper { implementation
40 impl ToString for CStringWrapper { implementation
131 pub(crate) fn DeleteCStringPtr(ptr: *const CStringWrapper); in DeleteCStringPtr()
/base/request/request/services/service/request/src/manager/
Dtask_manager.rs65 pub(crate) fn host(&self) -> CStringWrapper { in host()
68 pub(crate) fn port(&self) -> CStringWrapper { in port()
71 pub(crate) fn exlist(&self) -> CStringWrapper { in exlist()
/base/request/request/services/service/request/src/task/
Dffi.rs385 wrappedPath: CStringWrapper, in RequestBackgroundNotify()
386 wrappedFileName: CStringWrapper, in RequestBackgroundNotify()
/base/request/request/services/service/request/src/service/
Dmod.rs434 pub(crate) fn GetCallingBundle(token_id: u64) -> CStringWrapper; in GetCallingBundle()