Searched refs:loadStr (Results 1 – 2 of 2) sorted by relevance
63 std::string loadStr = "Load"; in GetBitVectorFunction() local64 napi_create_string_utf8(env, loadStr.c_str(), loadStr.size(), &loadKey); in GetBitVectorFunction()
536 std::string loadStr; in OnXComponentInit() local540 loadStr = json->ToString(); in OnXComponentInit()542 loadStr = std::string("\"load\",{").append("}"); in OnXComponentInit()546 onXComponentInit_(loadStr); in OnXComponentInit()