/foundation/communication/dsoftbus/core/transmission/session/src/ |
D | trans_session_manager.c | 84 SessionServer *tmp = NULL; in TransSessionServerIsExist() local 120 SessionServer *tmp = NULL; in TransSessionServerAddItem() local 147 SessionServer *tmp = NULL; in TransSessionServerDelItem() local 174 SessionServer *tmp = NULL; in TransDelItemByPackageName() local 203 SessionServer *tmp = NULL; in TransGetPkgNameBySessionName() local 236 SessionServer *tmp = NULL; in TransGetUidAndPid() local 264 SessionServer *tmp = NULL; in TransListDelete() local 280 SessionServer *tmp = NULL; in TransListCopy() local 317 SessionServer *tmp = NULL; in TransOnLinkDown() local
|
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
D | softbus_adapter_mem.c | 31 void *tmp = OhosMalloc(MEM_TYPE_SOFTBUS_LSRAM, size); in SoftBusMalloc() local 33 void *tmp = malloc(size); in SoftBusMalloc() local 40 void *tmp = SoftBusMalloc(size); in SoftBusCalloc() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
D | sessionmock_fuzzer.cpp | 30 char *tmp = const_cast<char*>(reinterpret_cast<const char*>(data)); in GetPkgNameInnerTest() local 40 char *tmp = const_cast<char*>(reinterpret_cast<const char*>(data)); in GetPeerDeviceIdInnerTest() local 51 char *tmp = const_cast<char*>(reinterpret_cast<const char*>(data)); in GetPeerSessionNameInnerTest() local 61 char *tmp = const_cast<char*>(reinterpret_cast<const char*>(data)); in GetMySessionNameInnerTest() local 71 int *tmp = const_cast<int*>(reinterpret_cast<const int*>(data)); in IsServerSideInnerTest() local 81 int *tmp = const_cast<int*>(reinterpret_cast<const int*>(data)); in GetPeerPidInnerTest() local 91 int *tmp = const_cast<int*>(reinterpret_cast<const int*>(data)); in GetPeerUidInnerTest() local 101 char *tmp = const_cast<char*>(reinterpret_cast<const char*>(data)); in SendBytesInnerTest() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/ |
D | endian.h | 20 int tmp = 0x01; in IsLe() local 26 int tmp = 0x01; in IsBe() local
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
D | wifi_config_file_test.cpp | 38 WifiConfig tmp; variable 93 WifiDeviceConfig tmp; variable 153 HotspotConfig tmp; variable 194 StationInfo tmp; variable
|
D | wifi_ip_tools_test.cpp | 40 std::vector<unsigned char> tmp; variable
|
/foundation/communication/bluetooth/services/bluetooth/common/ |
D | bt_uuid.cpp | 85 std::string tmp = name; in ConvertFromString() local 102 Uuid tmp; in ConvertFrom16Bits() local 110 Uuid tmp; in ConvertFrom32Bits() local 138 Uuid tmp; in ConvertFromMostAndLeastBit() local 154 Uuid tmp; in ConvertFrom128Bits() local
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
D | bundle_active_stub.cpp | 69 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local 86 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local 112 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local 128 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local 152 bool tmp = results[i].Marshalling(reply); in OnRemoteRequest() local 188 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local 205 bool tmp = result[i].Marshalling(reply); in OnRemoteRequest() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
D | link_stack.cpp | 34 StackNode *tmp = head_; in FreeNode() local 87 StackNode *tmp = top_; in Pop() local
|
D | link_queue.cpp | 78 QueueNode *tmp = front_->GetNodeNext(); in Dequeue() local 95 QueueNode *tmp = front_; in FreeNode() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamdepacketizer_fuzzer/ |
D | streamdepacketizer_fuzzer.cpp | 33 char tmp[Communication::SoftBus::MAX_STREAM_LEN - OVERHEAD_LEN + 1] = {0}; in DepacketizeHeaderTest() local 47 char tmp[Communication::SoftBus::MAX_STREAM_LEN - OVERHEAD_LEN + 1] = {0}; in DepacketizeBufferTest() local
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
D | uuid.h | 109 std::string tmp = name; in FromString() local 171 std::string tmp = ""; in ToString() local 197 UUID tmp = val; in CompareTo() local 258 UUID tmp; in ConvertFrom128Bits() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
D | nstackx_event.c | 27 List *tmp = NULL; in SearchEventNode() local 65 List *tmp = NULL; in EventNodeChainClean() local
|
/foundation/communication/bluetooth/services/bluetooth/service/src/util/ |
D | state_machine.cpp | 67 State *tmp = it->second.get(); in Transition() local 96 State *tmp = &state; in GetStateDepth() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/src/ |
D | context.c | 175 int tmp = context->rCapacity - context->rEnd; in ContextAppendRead() local 202 int tmp = context->wCapacity - context->wEnd; in ContextAppendWrite() local 235 int tmp = context->rCapacity - context->rBegin; in ContextGetReadRecord() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranstcpdirectlistener_fuzzer/ |
D | clienttranstcpdirectlistener_fuzzer.cpp | 80 char tmp = *(reinterpret_cast<const char*>(data)); in TransTdcSendBytesTest() local 89 char tmp = *(reinterpret_cast<const char*>(data)); in TransTdcSendMessageTest() local 154 char tmp[SESSION_NAME_SIZE_MAX] = {0}; in ClientTransTdcOnChannelOpenedTest() local 174 char tmp[SESSION_NAME_SIZE_MAX] = {0}; in ClientTransTdcOnSessionOpenedTest() local 236 char tmp[PROXY_MAX_MESSAGE_LEN] = {0}; in ClientTransTdcOnDataReceivedTest() local
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/ |
D | mkdtemp.cpp | 34 unique_ptr<char[]> tmp; in Sync() local 58 unique_ptr<char[]> tmp; in Async() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
D | interface_test.cpp | 213 uint32_t tmp = imagePacker.StartPacking(buffer, bufferSize, option); variable 235 uint32_t tmp = imagePacker.StartPacking(buffer, bufferSize, option); variable 256 uint32_t tmp = imagePacker.StartPacking(buffer, bufferSize, option); variable
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoppublishlnn_fuzzer/ |
D | stoppublishlnn_fuzzer.cpp | 30 char *tmp = reinterpret_cast<char *>(malloc(size)); in StopPublishLNNTest() local
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoprefreshlnn_fuzzer/ |
D | stoprefreshlnn_fuzzer.cpp | 30 char *tmp = reinterpret_cast<char *>(malloc(size)); in StopRefreshLNNTest() local
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/deactivemetanode_fuzzer/ |
D | deactivemetanode_fuzzer.cpp | 30 char *tmp = reinterpret_cast<char *>(malloc(size)); in DeactiveMetaNodeTest() local
|
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
D | softbus_adapter_mem.c | 30 void *tmp = SoftBusMalloc(size); in SoftBusCalloc() local
|
/foundation/multimedia/histreamer/engine/pipeline/filters/codec/ |
D | codec_filter_base.h | 88 Plugin::Any tmp; in GetPluginParameterLocked() local
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoptimesync_fuzzer/ |
D | stoptimesync_fuzzer.cpp | 30 char *tmp = reinterpret_cast<char *>(malloc(size)); in StopTimeSyncTest() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
D | uni_error.cpp | 129 napi_value tmp = nullptr; in ThrowErr() local 154 napi_value tmp = nullptr; in ThrowErr() local 169 napi_value tmp = nullptr; in ThrowErr() local
|