Searched refs:SetMapValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_rss_session.cpp | 98 void SetMapValue(napi_env env, const std::string& key, const T& value, napi_value& object) in SetMapValue() function 127 SetMapValue(env, "result", resultVal, objValue); in DealRssReply() 131 SetMapValue(env, "details", detail, objValue); in DealRssReply() 134 SetMapValue(env, "details", detail, objValue); in DealRssReply() 314 SetMapValue(env, "appInfo", cbInfo->extraInfo_["selfBundleName"], result); in CompleteCb() 317 SetMapValue(env, "reason", reason, result); in CompleteCb()
|