Home
last modified time | relevance | path

Searched refs:fusion_alloc_socket_fd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/frameworks/binding/include/
H A Dfusion_frameworks_binding.h26 int32_t fusion_alloc_socket_fd(const char *program_name, int32_t module_type,
/ohos5.0/base/msdp/device_status/rust/frameworks/client/src/
H A Dlib.rs38 unsafe extern "C" fn fusion_alloc_socket_fd(program_name: *const c_char, module_type: i32, in fusion_alloc_socket_fd() function
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp306 int32_t ret = fusion_alloc_socket_fd(programName.c_str(), moduleType, &socketFd_, &tokenType_); in AllocSocketPair()