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 D | js_rss_session.h | 90 …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 D | js_rss_session.cpp | 139 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()
|