Home
last modified time | relevance | path

Searched refs:memoryTagTail (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h308 std::string memoryTagTail = "memory"; member
H A Dcommon_napi.cpp761 std::string memoryTag = asyncContext->memoryTagHead + asyncContext->memoryTagTail; in CompleteCallback()