Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_rss_session.h90 …static void ParseMutex(const std::string& mutexStr, const nlohmann::json& payload, std::string& de…
91 static void ParseCallbackMutex(const std::string& mutexStr, std::string& bundleName);
H A Djs_rss_session.cpp139 void RssSession::ParseMutex(const std::string& mutexStr, const nlohmann::json& payload, std::string… in ParseMutex() argument
141 nlohmann::json root = nlohmann::json::parse(mutexStr, nullptr, false); in ParseMutex()
178 void RssSession::ParseCallbackMutex(const std::string& mutexStr, std::string& bundleName) in ParseCallbackMutex() argument
180 nlohmann::json root = nlohmann::json::parse(mutexStr, nullptr, false); in ParseCallbackMutex()