Searched refs:unuse (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 92 int32_t unuse = -1; in TransRegisterNetworkingChannelListener() local 95 unuse = i; in TransRegisterNetworkingChannelListener() 102 if (unuse == -1) { in TransRegisterNetworkingChannelListener() 107 if (strcpy_s(g_listeners[unuse].sessionName, SESSION_NAME_SIZE_MAX, sessionName) != EOK) { in TransRegisterNetworkingChannelListener() 111 g_listeners[unuse].listener = *listener; in TransRegisterNetworkingChannelListener()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | stat.cpp | 82 auto [resGetFirstArg, tmp, unuse] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in Async()
|
H A D | open.cpp | 126 auto [succ, path, unuse] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in Async()
|
H A D | read_text.cpp | 59 auto [succ, encoding, unuse] = op.GetProp("encoding").ToUTF8String("utf-8"); in GetReadTextArg()
|
/foundation/multimedia/image_framework/mock/native/src/ |
H A D | refbase.cpp | 60 int unuse = 0; in AttemptIncStrongRef() local 61 return refCounter_->AttemptIncStrongRef(objectId, unuse); in AttemptIncStrongRef()
|
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/ |
H A D | refbase.cpp | 58 int unuse = 0; in AttemptIncStrongRef() local 59 return refCounter_->AttemptIncStrongRef(objectId, unuse); in AttemptIncStrongRef()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.cpp | 69 int unuse = 0; in AttemptIncStrongRef() local 70 return refCounter_->AttemptIncStrongRef(objectId, unuse); in AttemptIncStrongRef()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 170 uint8_t unuse : 6; member
|
Completed in 5 milliseconds